GET /api/bet_types/4e76f186-c10f-4db2-99ec-8f2c33e0afb5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4e76f186-c10f-4db2-99ec-8f2c33e0afb5",
    "match": "https://api-prod.gambitprofit.com/api/matches/85304c6a-0f81-4e90-b45e-29e9541a440c/?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": "Los Angeles Thieves",
                "amount": 7026.0
            },
            {
                "team": "Boston",
                "amount": 2974.0
            }
        ],
        "expected_reward_tokens": 8922.0,
        "profit_sb": -78.0,
        "profit_sb_percentage": -0.87,
        "recommended": false
    },
    "lines": [
        {
            "id": "ee298519-72e0-4a2e-99eb-e177a5b9dacd",
            "gambit_id": "01ec06f1-1643-4ef5-9057-33b8bdcec6c8",
            "last_updated": "2022-08-05T10:17:06.794108-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Thieves",
            "reward": "1.27000",
            "odds": "1.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e76f186-c10f-4db2-99ec-8f2c33e0afb5/?format=api"
        },
        {
            "id": "da3015d6-161a-49e0-86f5-54f1d398b228",
            "gambit_id": "9fb26bb1-14e3-4d93-9873-2f5f7b07f3b1",
            "last_updated": "2022-08-05T10:17:06.793385-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boston",
            "reward": "3.00000",
            "odds": "3.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e76f186-c10f-4db2-99ec-8f2c33e0afb5/?format=api"
        }
    ]
}