GET /api/bet_types/4001be4e-f2d4-4b8e-8fb8-835888d3e5d9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4001be4e-f2d4-4b8e-8fb8-835888d3e5d9",
    "match": "https://api-prod.gambitprofit.com/api/matches/d0d814f0-89fa-407f-96d0-ee2a6bbd1039/?format=api",
    "name": "Pick the Winner",
    "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": "Toledo",
                "amount": 6114.0
            },
            {
                "team": "Liberty",
                "amount": 3886.0
            }
        ],
        "expected_reward_tokens": 9170.96,
        "profit_sb": 170.96,
        "profit_sb_percentage": 1.9,
        "recommended": true
    },
    "lines": [
        {
            "id": "03f76912-a427-483a-b73e-bf3ce51f7eca",
            "gambit_id": "6e6bd663-7247-42fb-88e1-797326c33bc5",
            "last_updated": "2022-12-21T22:37:04.617986-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toledo",
            "reward": "1.50000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4001be4e-f2d4-4b8e-8fb8-835888d3e5d9/?format=api"
        },
        {
            "id": "849122b5-6bff-4701-95b2-82f6195e4d5c",
            "gambit_id": "e16e1819-3cb9-442d-b843-8a9e26aeb3b4",
            "last_updated": "2022-12-21T22:37:04.616932-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Liberty",
            "reward": "2.36000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4001be4e-f2d4-4b8e-8fb8-835888d3e5d9/?format=api"
        }
    ]
}