GET /api/bet_types/8b50d746-bb82-481d-8385-c87916f4dd47/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8b50d746-bb82-481d-8385-c87916f4dd47",
    "match": "https://api-prod.gambitprofit.com/api/matches/6e29f18f-f06e-4821-b00d-214732cb9c5c/?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": "Ball State",
                "amount": 5000.0
            },
            {
                "team": "Ohio",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "aa9ae505-b951-41e1-9ca4-820af105a638",
            "gambit_id": "370cfe35-acba-4bfa-bbf6-edf0e143cb33",
            "last_updated": "2022-11-16T09:37:54.516175-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Ball State",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8b50d746-bb82-481d-8385-c87916f4dd47/?format=api"
        },
        {
            "id": "0e06c602-10bf-4424-a687-6ef89eaa5759",
            "gambit_id": "621c5e25-7e83-46af-9a6b-10b531725d74",
            "last_updated": "2022-11-16T09:37:54.517183-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Ohio",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8b50d746-bb82-481d-8385-c87916f4dd47/?format=api"
        }
    ]
}