GET /api/bet_types/c35ae618-f8d3-4c78-af99-da5251230c6d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c35ae618-f8d3-4c78-af99-da5251230c6d",
    "match": "https://api-prod.gambitprofit.com/api/matches/cf4bacb4-e5c6-4dbe-b16a-1baaba8e3bb0/?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": "WAS",
                "amount": 5990.0
            },
            {
                "team": "OAK",
                "amount": 4010.0
            }
        ],
        "expected_reward_tokens": 9223.0,
        "profit_sb": 223.0,
        "profit_sb_percentage": 2.48,
        "recommended": true
    },
    "lines": [
        {
            "id": "6c02f40f-69a7-4ff8-a6df-26509f8f3de0",
            "gambit_id": "8f8b2ff8-8d7a-4ef0-a7f2-3b8a61c7ed02",
            "last_updated": "2022-09-01T10:52:09.459356-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "WAS",
            "reward": "1.54000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c35ae618-f8d3-4c78-af99-da5251230c6d/?format=api"
        },
        {
            "id": "4d1e73c3-b565-4c85-bce4-284dc5417980",
            "gambit_id": "d0900ae5-7196-4d5d-b298-31d896aba494",
            "last_updated": "2022-09-01T10:52:09.460043-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "OAK",
            "reward": "2.30000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c35ae618-f8d3-4c78-af99-da5251230c6d/?format=api"
        }
    ]
}