GET /api/bet_types/09dabcbe-9000-40d1-92c9-729c520542f3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "09dabcbe-9000-40d1-92c9-729c520542f3",
    "match": "https://api-prod.gambitprofit.com/api/matches/98de4fff-3026-4a43-9008-ca3f8be57c52/?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": "MIN",
                "amount": 5489.0
            },
            {
                "team": "CLE",
                "amount": 4511.0
            }
        ],
        "expected_reward_tokens": 9111.74,
        "profit_sb": 111.74,
        "profit_sb_percentage": 1.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "647aad46-bee2-460b-b9e5-d09060919091",
            "gambit_id": "5f59b04e-a7b3-4e57-90c8-d62bc6bfe8f3",
            "last_updated": "2022-09-12T10:52:17.949556-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIN",
            "reward": "1.66000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/09dabcbe-9000-40d1-92c9-729c520542f3/?format=api"
        },
        {
            "id": "4046d5fa-49c1-4370-bc92-8d9b3ed62e42",
            "gambit_id": "09c81047-d7e5-4c4f-b727-95d7d0885882",
            "last_updated": "2022-09-12T10:52:17.950557-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CLE",
            "reward": "2.02000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/09dabcbe-9000-40d1-92c9-729c520542f3/?format=api"
        }
    ]
}