GET /api/bet_types/97ed85bd-ebe4-47b1-b590-a2a0eea988f1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "97ed85bd-ebe4-47b1-b590-a2a0eea988f1",
    "match": "https://api-prod.gambitprofit.com/api/matches/fe06e7ba-f8d9-4471-aa09-320c2ffc6756/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-24T12:58:15.174719-04: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": "ARI (Z Gallen)",
                "amount": 5131.0
            },
            {
                "team": "NYY (C Rodon)",
                "amount": 4869.0
            }
        ],
        "expected_reward_tokens": 9543.24,
        "profit_sb": 43.24,
        "profit_sb_percentage": 0.46,
        "recommended": true
    },
    "lines": [
        {
            "id": "32db303d-da95-449a-9f07-8dd50285662b",
            "gambit_id": "bb345c34-1eab-4f3c-9aea-f9f9565aa9b6",
            "last_updated": "2023-09-26T09:58:06.193167-04:00",
            "created_at": "2023-09-24T12:58:15.179611-04:00",
            "name": "ARI (Z Gallen)",
            "reward": "1.86000",
            "odds": "1.90090",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/97ed85bd-ebe4-47b1-b590-a2a0eea988f1/?format=api"
        },
        {
            "id": "a65fdc14-891b-476c-a24e-fdadeb0418f5",
            "gambit_id": "89a1fa0e-b392-4cc3-b4e6-36f232307163",
            "last_updated": "2023-09-26T09:58:06.196692-04:00",
            "created_at": "2023-09-24T12:58:15.183806-04:00",
            "name": "NYY (C Rodon)",
            "reward": "1.96000",
            "odds": "2.01000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/97ed85bd-ebe4-47b1-b590-a2a0eea988f1/?format=api"
        }
    ]
}