GET /api/bet_types/0cd79c28-cdeb-4748-8405-668c69f24f77/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0cd79c28-cdeb-4748-8405-668c69f24f77",
    "match": "https://api-prod.gambitprofit.com/api/matches/8b40fd5d-3719-4ad7-bc19-ef8c6cd93b52/?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": "Brooklyn Nets",
                "amount": 5000.0
            },
            {
                "team": "Atlanta Hawks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "36538a9f-afc6-40b7-8513-83ab7d5afe91",
            "gambit_id": "972d65da-28b9-4ec0-9883-76ebbc25ba43",
            "last_updated": "2022-12-10T18:36:58.511483-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Brooklyn Nets",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0cd79c28-cdeb-4748-8405-668c69f24f77/?format=api"
        },
        {
            "id": "96e1388d-b7be-4282-9b31-c04c22b5f5a2",
            "gambit_id": "6d940c1e-e683-40b4-9435-403f3f42d4cb",
            "last_updated": "2022-12-10T18:36:58.510407-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0cd79c28-cdeb-4748-8405-668c69f24f77/?format=api"
        }
    ]
}