GET /api/bet_types/f287891f-178f-4145-bd81-f556ebbfa9c9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f287891f-178f-4145-bd81-f556ebbfa9c9",
    "match": "https://api-prod.gambitprofit.com/api/matches/c14802fc-8829-4448-9665-e019b3d92143/?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": "Texas Tech",
                "amount": 5000.0
            },
            {
                "team": "NC State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "88f738a9-544c-46fb-9eb3-b1153b39ee34",
            "gambit_id": "b9b6839c-eef7-44f2-8e63-ed44efb9716a",
            "last_updated": "2022-09-18T13:12:31.584436-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Texas Tech",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f287891f-178f-4145-bd81-f556ebbfa9c9/?format=api"
        },
        {
            "id": "38171cc7-921a-4d03-8244-a2c0e3a14af5",
            "gambit_id": "a62ad7a7-b3bb-4e76-8a71-40ae68f92ead",
            "last_updated": "2022-09-18T13:12:31.583343-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NC State",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f287891f-178f-4145-bd81-f556ebbfa9c9/?format=api"
        }
    ]
}