GET /api/bet_types/21d7b3b4-1004-4612-9df1-e2b04565dc84/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "21d7b3b4-1004-4612-9df1-e2b04565dc84",
    "match": "https://api-prod.gambitprofit.com/api/matches/142fa588-db2a-4be6-a799-178804408c0d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-10T09:02:08.569756-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": "Detroit Pistons",
                "amount": 5000.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "89245082-7ef1-4110-9bb7-0af76da7e3fb",
            "gambit_id": "bfc3e29a-ea9a-4238-8ac1-a59aada61f27",
            "last_updated": "2023-02-11T13:07:04.988427-05:00",
            "created_at": "2023-02-10T09:02:08.571098-05:00",
            "name": "Detroit Pistons",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/21d7b3b4-1004-4612-9df1-e2b04565dc84/?format=api"
        },
        {
            "id": "00677921-2298-4fae-9882-2bf00b2954c9",
            "gambit_id": "bcab5809-2558-4c5e-a2fb-e83301c97c97",
            "last_updated": "2023-02-11T13:07:04.989724-05:00",
            "created_at": "2023-02-10T09:02:08.572515-05:00",
            "name": "San Antonio Spurs",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/21d7b3b4-1004-4612-9df1-e2b04565dc84/?format=api"
        }
    ]
}