GET /api/bet_types/8a97c467-fe2e-4448-bed2-e16d6768241d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8a97c467-fe2e-4448-bed2-e16d6768241d",
    "match": "https://api-prod.gambitprofit.com/api/matches/54b91eba-2fb0-4857-8e5d-7d3b28e2d137/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05: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": "LOS (T Anderson)",
                "amount": 6977.0
            },
            {
                "team": "MIA (J Luzardo)",
                "amount": 3023.0
            }
        ],
        "expected_reward_tokens": 9279.41,
        "profit_sb": 279.41,
        "profit_sb_percentage": 3.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "0c9d5f6e-804b-4427-abfd-4f5880892fba",
            "gambit_id": "957e9008-9ad1-42ce-af8b-643c4c7434c4",
            "last_updated": "2022-08-20T11:57:01.510799-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LOS (T Anderson)",
            "reward": "1.33000",
            "odds": "1.37040",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8a97c467-fe2e-4448-bed2-e16d6768241d/?format=api"
        },
        {
            "id": "b26a7528-d90a-4655-8c22-e178c53068b4",
            "gambit_id": "eeeb8e76-b48a-4b82-a81c-1efc37bec7c9",
            "last_updated": "2022-08-20T11:57:01.511263-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIA (J Luzardo)",
            "reward": "3.07000",
            "odds": "3.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8a97c467-fe2e-4448-bed2-e16d6768241d/?format=api"
        }
    ]
}