GET /api/bet_types/ae0ebdc6-f7e6-46e3-9240-b74484f83a1c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ae0ebdc6-f7e6-46e3-9240-b74484f83a1c",
    "match": "https://api-prod.gambitprofit.com/api/matches/0d99fd82-3aa7-4338-8667-34d233b9ea1f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-04T09:32:19.009432-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": "Houston Roughnecks",
                "amount": 5107.0
            },
            {
                "team": "San Antonio Brahmas",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "4574abef-cf21-4750-823b-5070d4da0786",
            "gambit_id": "ce3878af-997c-48e3-a344-cf715db15a83",
            "last_updated": "2023-04-10T15:02:11.402985-04:00",
            "created_at": "2023-04-04T09:32:19.012466-04:00",
            "name": "Houston Roughnecks",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae0ebdc6-f7e6-46e3-9240-b74484f83a1c/?format=api"
        },
        {
            "id": "a4a324a3-4a9f-4cf8-9007-355d5a367eaa",
            "gambit_id": "faacaa18-30bf-4da1-a556-78d58d66e2ed",
            "last_updated": "2023-04-10T15:02:11.400839-04:00",
            "created_at": "2023-04-04T09:32:19.010957-04:00",
            "name": "San Antonio Brahmas",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae0ebdc6-f7e6-46e3-9240-b74484f83a1c/?format=api"
        }
    ]
}