GET /api/bet_types/1d605a96-a911-4a91-b055-34363a2a3412/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1d605a96-a911-4a91-b055-34363a2a3412",
    "match": "https://api-prod.gambitprofit.com/api/matches/27067362-df85-4876-a2b1-f80ba2223e57/?format=api",
    "name": "Play the Odds",
    "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": "ATL",
                "amount": 5842.0
            },
            {
                "team": "PIT",
                "amount": 4158.0
            }
        ],
        "expected_reward_tokens": 9230.36,
        "profit_sb": 230.36,
        "profit_sb_percentage": 2.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "e3f2145f-554b-4175-bd8c-f26c58d815e3",
            "gambit_id": "75df4e49-823b-40a3-b586-7c7d610d9a8a",
            "last_updated": "2022-08-24T10:32:13.983765-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ATL",
            "reward": "1.58000",
            "odds": "1.64520",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d605a96-a911-4a91-b055-34363a2a3412/?format=api"
        },
        {
            "id": "bcfa5f92-5e58-4d77-bf48-01dbc3bf8de4",
            "gambit_id": "65073234-d168-47d6-8300-4bd94edd5ce7",
            "last_updated": "2022-08-24T10:32:13.983383-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PIT",
            "reward": "2.22000",
            "odds": "2.35000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d605a96-a911-4a91-b055-34363a2a3412/?format=api"
        }
    ]
}