GET /api/bet_types/84763357-e270-4569-8f27-7aade7c490ae/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "84763357-e270-4569-8f27-7aade7c490ae",
    "match": "https://api-prod.gambitprofit.com/api/matches/71793adf-70bc-479a-ab8d-e93737c7df4f/?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": "Sacramento Kings",
                "amount": 5397.0
            },
            {
                "team": "Brooklyn Nets",
                "amount": 4603.0
            }
        ],
        "expected_reward_tokens": 9066.96,
        "profit_sb": 66.96,
        "profit_sb_percentage": 0.74,
        "recommended": true
    },
    "lines": [
        {
            "id": "9d09e437-2a52-4671-8da0-330896b986f4",
            "gambit_id": "ed91ce5f-88cc-4468-877c-9f6a64ed2a1f",
            "last_updated": "2022-11-16T09:42:25.474454-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Sacramento Kings",
            "reward": "1.68000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/84763357-e270-4569-8f27-7aade7c490ae/?format=api"
        },
        {
            "id": "c061501d-fa15-49a5-98b0-eacc3862cf25",
            "gambit_id": "7072c590-9377-419e-9132-23ca93c76220",
            "last_updated": "2022-11-16T09:42:25.475510-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Brooklyn Nets",
            "reward": "1.97000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/84763357-e270-4569-8f27-7aade7c490ae/?format=api"
        }
    ]
}