GET /api/bet_types/467cd25c-ffb1-41a8-8e5b-ce95d86c5d5a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "467cd25c-ffb1-41a8-8e5b-ce95d86c5d5a",
    "match": "https://api-prod.gambitprofit.com/api/matches/04fb11b5-23bb-4d59-84c0-fb641b28a2ab/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-22T12:32:08.498814-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": "Memphis Grizzlies",
                "amount": 8486.0
            },
            {
                "team": "Houston Rockets",
                "amount": 1514.0
            }
        ],
        "expected_reward_tokens": 9504.32,
        "profit_sb": 4.32,
        "profit_sb_percentage": 0.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "eda25872-729f-4377-8fe6-478655d08ce0",
            "gambit_id": "99a41c2c-4a87-4eba-b4a9-9ae461474aea",
            "last_updated": "2023-03-23T17:42:18.274543-04:00",
            "created_at": "2023-03-22T12:32:08.501719-04:00",
            "name": "Memphis Grizzlies",
            "reward": "1.12000",
            "odds": "1.12500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/467cd25c-ffb1-41a8-8e5b-ce95d86c5d5a/?format=api"
        },
        {
            "id": "887ad84b-53a9-4ab6-a4f5-a0233aeaad1e",
            "gambit_id": "9b185c5c-afd0-4473-8d6f-09239a91516f",
            "last_updated": "2023-03-23T17:42:18.276005-04:00",
            "created_at": "2023-03-22T12:32:08.504588-04:00",
            "name": "Houston Rockets",
            "reward": "6.28000",
            "odds": "6.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/467cd25c-ffb1-41a8-8e5b-ce95d86c5d5a/?format=api"
        }
    ]
}