GET /api/bet_types/6bfb8421-76d0-463f-9cad-3cec2b6b563a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6bfb8421-76d0-463f-9cad-3cec2b6b563a",
    "match": "https://api-prod.gambitprofit.com/api/matches/f4752be4-1e44-4ab3-9591-3ae4036a9ec0/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-04T09:17:17.987571-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": "Phoenix Suns",
                "amount": 6390.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 3610.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "f4150124-7d31-4f96-a074-a4a1f25762de",
            "gambit_id": "380fc3af-12b3-431a-8276-80c6e4869074",
            "last_updated": "2023-02-05T11:41:54.866750-05:00",
            "created_at": "2023-02-04T09:17:17.990369-05:00",
            "name": "Phoenix Suns",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6bfb8421-76d0-463f-9cad-3cec2b6b563a/?format=api"
        },
        {
            "id": "aea01435-d2b0-46dd-9b14-19c9c52805f9",
            "gambit_id": "cd826afe-f73c-4462-9a1f-ee1526b77fc8",
            "last_updated": "2023-02-05T11:41:54.865149-05:00",
            "created_at": "2023-02-04T09:17:17.988988-05:00",
            "name": "Detroit Pistons",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6bfb8421-76d0-463f-9cad-3cec2b6b563a/?format=api"
        }
    ]
}