GET /api/bet_types/aec1b490-bf5d-4653-aca7-f5d6197fb934/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "aec1b490-bf5d-4653-aca7-f5d6197fb934",
    "match": "https://api-prod.gambitprofit.com/api/matches/6edf9b10-e028-418d-a0f6-61f57702daa4/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-15T11:53:14.431075-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Nazim Sadykhov",
                "amount": 5927.0
            },
            {
                "team": "Terrance McKinney",
                "amount": 4073.0
            }
        ],
        "expected_reward_tokens": 9245.71,
        "profit_sb": -254.29,
        "profit_sb_percentage": -2.68,
        "recommended": false
    },
    "lines": [
        {
            "id": "dd93cb5e-3814-4a71-be00-b4d06c05ba09",
            "gambit_id": "f71ff8d5-f257-4341-8ddd-a319bdd042a6",
            "last_updated": "2023-07-17T10:43:05.766681-04:00",
            "created_at": "2023-07-15T11:53:14.432741-04:00",
            "name": "Nazim Sadykhov",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aec1b490-bf5d-4653-aca7-f5d6197fb934/?format=api"
        },
        {
            "id": "dce63c54-a0d4-438e-a000-d70977406c5c",
            "gambit_id": "23a54553-a048-4ef1-b0e3-7a772cbac008",
            "last_updated": "2023-07-17T10:43:05.769160-04:00",
            "created_at": "2023-07-15T11:53:14.434907-04:00",
            "name": "Terrance McKinney",
            "reward": "2.27000",
            "odds": "2.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aec1b490-bf5d-4653-aca7-f5d6197fb934/?format=api"
        }
    ]
}