GET /api/bet_types/69d70d71-c31c-43a5-a45b-012c9f7b8713/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "69d70d71-c31c-43a5-a45b-012c9f7b8713",
    "match": "https://api-prod.gambitprofit.com/api/matches/1bf2f0f3-c576-4ae7-971b-168af2f34601/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Army",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10500.0,
        "profit_sb": 1500.0,
        "profit_sb_percentage": 16.67,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Army",
                "amount": 8840.0
            },
            {
                "team": "Massachusetts",
                "amount": 1160.0
            }
        ],
        "expected_reward_tokens": 9280.0,
        "profit_sb": 280.0,
        "profit_sb_percentage": 3.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "549b87e9-3e66-4180-b455-bbfa4aff8e7e",
            "gambit_id": "2988c925-b529-4623-9b04-aa72fedabcfc",
            "last_updated": "2022-11-28T10:12:09.300228-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Army",
            "reward": "1.05000",
            "odds": "1.06250",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/69d70d71-c31c-43a5-a45b-012c9f7b8713/?format=api"
        },
        {
            "id": "9028d7df-f7a1-45d9-b88c-36b894b5518e",
            "gambit_id": "0b52a8be-5329-4c01-b37e-f518c9e4b8e8",
            "last_updated": "2022-11-28T10:12:09.299239-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Massachusetts",
            "reward": "8.00000",
            "odds": "9.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/69d70d71-c31c-43a5-a45b-012c9f7b8713/?format=api"
        }
    ]
}