GET /api/bet_types/29aac86b-a28f-43ea-901a-376402f10b8b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "29aac86b-a28f-43ea-901a-376402f10b8b",
    "match": "https://api-prod.gambitprofit.com/api/matches/12c8ef1d-dd7b-4606-b0a8-a7b5d3140016/?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": "BOS",
                "amount": 5405.0
            },
            {
                "team": "NYY",
                "amount": 4595.0
            }
        ],
        "expected_reward_tokens": 9188.5,
        "profit_sb": 188.5,
        "profit_sb_percentage": 2.09,
        "recommended": true
    },
    "lines": [
        {
            "id": "596b2513-5c3e-4db7-9e99-a56fe143d8f5",
            "gambit_id": "5e6a0d07-b316-435c-90a3-65744fffb1e3",
            "last_updated": "2022-08-14T13:41:52.630595-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BOS",
            "reward": "1.70000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29aac86b-a28f-43ea-901a-376402f10b8b/?format=api"
        },
        {
            "id": "a0319da0-124d-4c34-a713-a37c3a62380c",
            "gambit_id": "b4613794-4698-45b9-a9dd-e4a08891e98c",
            "last_updated": "2022-08-14T13:41:52.631036-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYY",
            "reward": "2.00000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29aac86b-a28f-43ea-901a-376402f10b8b/?format=api"
        }
    ]
}