GET /api/bet_types/3c842304-7b75-4e38-af1e-812e356d153b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3c842304-7b75-4e38-af1e-812e356d153b",
    "match": "https://api-prod.gambitprofit.com/api/matches/ab52ffb5-ddf6-4a7a-8ab0-f0366595a28e/?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": "TEX (D Dunning)",
                "amount": 5942.0
            },
            {
                "team": "OAK (J Sears)",
                "amount": 4058.0
            }
        ],
        "expected_reward_tokens": 9210.1,
        "profit_sb": 210.1,
        "profit_sb_percentage": 2.33,
        "recommended": true
    },
    "lines": [
        {
            "id": "9a54004a-b5a9-43d6-8737-d467b6b2e196",
            "gambit_id": "b405031f-6ef8-4587-bb05-a40e3c96daa2",
            "last_updated": "2022-09-15T11:07:08.387077-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TEX (D Dunning)",
            "reward": "1.55000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c842304-7b75-4e38-af1e-812e356d153b/?format=api"
        },
        {
            "id": "87e4ad65-59f1-45dd-91f4-e927b1fc7960",
            "gambit_id": "69f4a6cb-6a79-4f52-9de7-b5230f7dc739",
            "last_updated": "2022-09-15T11:07:08.388037-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "OAK (J Sears)",
            "reward": "2.27000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c842304-7b75-4e38-af1e-812e356d153b/?format=api"
        }
    ]
}