GET /api/bet_types/035656de-768e-4540-986e-3f881193ba7e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "035656de-768e-4540-986e-3f881193ba7e",
    "match": "https://api-prod.gambitprofit.com/api/matches/da43510f-05fd-4c7d-a235-2199416308b1/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-11T10:08:14.215641-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": "CLE (S Bieber)",
                "amount": 5337.0
            },
            {
                "team": "HOU (B Bielak)",
                "amount": 4663.0
            }
        ],
        "expected_reward_tokens": 9605.78,
        "profit_sb": 105.78,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "3b449457-f096-4cf6-bb2c-5c3852aa7152",
            "gambit_id": "17d4a4a5-854d-489e-ae60-2198d022379f",
            "last_updated": "2023-06-12T18:53:14.597236-04:00",
            "created_at": "2023-06-11T10:08:14.219919-04:00",
            "name": "CLE (S Bieber)",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/035656de-768e-4540-986e-3f881193ba7e/?format=api"
        },
        {
            "id": "68b3dbc0-a83f-48ac-9c4a-ad8f88146ea9",
            "gambit_id": "bae6c1a9-76d7-4220-9b0a-cfdfb4eb7d7d",
            "last_updated": "2023-06-12T18:53:14.595629-04:00",
            "created_at": "2023-06-11T10:08:14.217713-04:00",
            "name": "HOU (B Bielak)",
            "reward": "2.06000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/035656de-768e-4540-986e-3f881193ba7e/?format=api"
        }
    ]
}