GET /api/bet_types/b96dd67a-9551-43e6-b2c4-feafa13dc736/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b96dd67a-9551-43e6-b2c4-feafa13dc736",
    "match": "https://api-prod.gambitprofit.com/api/matches/bc0fdd26-44dc-43d3-9b8f-29352cd5d4a7/?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": "Edmonton Oilers",
                "amount": 7209.0
            },
            {
                "team": "Anaheim Ducks",
                "amount": 2791.0
            }
        ],
        "expected_reward_tokens": 9154.48,
        "profit_sb": 154.48,
        "profit_sb_percentage": 1.72,
        "recommended": true
    },
    "lines": [
        {
            "id": "ebc2c69c-8c13-4cef-9c55-740689b222cc",
            "gambit_id": "0586474d-4d8e-441b-9458-1b444b118482",
            "last_updated": "2022-12-19T10:47:30.833656-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Edmonton Oilers",
            "reward": "1.27000",
            "odds": "1.31250",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b96dd67a-9551-43e6-b2c4-feafa13dc736/?format=api"
        },
        {
            "id": "dbd9e70c-bb7c-4790-93ac-3cc363d490fd",
            "gambit_id": "50897201-ce35-429b-bce7-c78c58242087",
            "last_updated": "2022-12-19T10:47:30.834711-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Anaheim Ducks",
            "reward": "3.28000",
            "odds": "3.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b96dd67a-9551-43e6-b2c4-feafa13dc736/?format=api"
        }
    ]
}