GET /api/bet_types/28314106-506d-4380-b58f-de24e5ce3ac3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "28314106-506d-4380-b58f-de24e5ce3ac3",
    "match": "https://api-prod.gambitprofit.com/api/matches/a13857f2-bae8-48c8-b63e-79c0825911b8/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-16T17:37:18.901094-04: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": "Seattle Kraken",
                "amount": 6100.0
            },
            {
                "team": "San Jose Sharks",
                "amount": 3900.0
            }
        ],
        "expected_reward_tokens": 9516.0,
        "profit_sb": 16.0,
        "profit_sb_percentage": 0.17,
        "recommended": true
    },
    "lines": [
        {
            "id": "a67eb4db-27b7-4562-bc65-b80420f165b1",
            "gambit_id": "e4cbf459-34b5-4be5-884d-d5e56e198562",
            "last_updated": "2023-03-17T13:31:50.610691-04:00",
            "created_at": "2023-03-16T17:37:18.904116-04:00",
            "name": "Seattle Kraken",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/28314106-506d-4380-b58f-de24e5ce3ac3/?format=api"
        },
        {
            "id": "b6957531-9828-4cf9-833a-5fbbb2220b74",
            "gambit_id": "ed3b44a3-dc1e-4578-a487-21ffcfd6070f",
            "last_updated": "2023-03-17T13:31:50.609457-04:00",
            "created_at": "2023-03-16T17:37:18.902550-04:00",
            "name": "San Jose Sharks",
            "reward": "2.44000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/28314106-506d-4380-b58f-de24e5ce3ac3/?format=api"
        }
    ]
}