GET /api/bet_types/ad5658b9-f464-4371-82dd-d77dfc138062/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ad5658b9-f464-4371-82dd-d77dfc138062",
    "match": "https://api-prod.gambitprofit.com/api/matches/f44b358a-a457-4cf6-997f-0349fc18cc10/?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": "TOR (A Manoah)",
                "amount": 5684.0
            },
            {
                "team": "BAL (D Kremer)",
                "amount": 4316.0
            }
        ],
        "expected_reward_tokens": 9321.76,
        "profit_sb": 321.76,
        "profit_sb_percentage": 3.58,
        "recommended": true
    },
    "lines": [
        {
            "id": "9d7a0075-5abf-4f60-aefa-c3ea46a33da8",
            "gambit_id": "126b43dd-36c6-4bdd-a21b-144820692620",
            "last_updated": "2022-12-24T17:12:10.936415-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TOR (A Manoah)",
            "reward": "1.64000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad5658b9-f464-4371-82dd-d77dfc138062/?format=api"
        },
        {
            "id": "2a27ad73-6377-4567-b14e-f9ea7e184660",
            "gambit_id": "63c6a70a-d68c-4ae9-9d8a-3bbb2f3dd594",
            "last_updated": "2022-12-24T17:12:10.935198-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BAL (D Kremer)",
            "reward": "2.16000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad5658b9-f464-4371-82dd-d77dfc138062/?format=api"
        }
    ]
}