GET /api/bet_types/2db127ee-772c-46b4-a93c-040434e342e9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2db127ee-772c-46b4-a93c-040434e342e9",
    "match": "https://api-prod.gambitprofit.com/api/matches/e12fa1aa-d582-4d9f-b780-bf6a6bef3f6d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-06T22:48:25.017559-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": "Jacksonville Jaguars",
                "amount": 6399.0
            },
            {
                "team": "Indianapolis Colts",
                "amount": 3601.0
            }
        ],
        "expected_reward_tokens": 9470.52,
        "profit_sb": -29.48,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "7540da9f-e799-4239-b8ad-c35637373afc",
            "gambit_id": "27030497-f817-4bda-b4de-d8ce47913505",
            "last_updated": "2023-09-11T11:17:54.756555-04:00",
            "created_at": "2023-09-06T22:48:25.021978-04:00",
            "name": "Jacksonville Jaguars",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2db127ee-772c-46b4-a93c-040434e342e9/?format=api"
        },
        {
            "id": "1b423c1a-12d2-4e0d-b530-a333b8d46ade",
            "gambit_id": "23e68061-48b9-41ba-88a9-bb4a40137062",
            "last_updated": "2023-09-11T11:17:54.759840-04:00",
            "created_at": "2023-09-06T22:48:25.026249-04:00",
            "name": "Indianapolis Colts",
            "reward": "2.63000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2db127ee-772c-46b4-a93c-040434e342e9/?format=api"
        }
    ]
}