GET /api/bet_types/797646be-c858-41fe-bc0a-9059ebe4799a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "797646be-c858-41fe-bc0a-9059ebe4799a",
    "match": "https://api-prod.gambitprofit.com/api/matches/f4b0c90a-8c5f-4947-97d7-bc617ff3ae20/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-19T08:48:00.099918-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": "PHI (C Sanchez)",
                "amount": 5714.0
            },
            {
                "team": "MIL (C Rea)",
                "amount": 4286.0
            }
        ],
        "expected_reward_tokens": 9599.52,
        "profit_sb": 99.52,
        "profit_sb_percentage": 1.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "dfbae365-4c1c-4b05-a61d-d546a587683c",
            "gambit_id": "67d6efc1-25aa-44ef-bf01-33e061068867",
            "last_updated": "2023-07-20T19:43:14.013668-04:00",
            "created_at": "2023-07-19T08:48:00.102817-04:00",
            "name": "PHI (C Sanchez)",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/797646be-c858-41fe-bc0a-9059ebe4799a/?format=api"
        },
        {
            "id": "16a99e86-1c43-44c2-b836-420a5c9163cb",
            "gambit_id": "e843a5c2-7d6c-4784-a6b5-880101da5cad",
            "last_updated": "2023-07-20T19:43:14.012229-04:00",
            "created_at": "2023-07-19T08:48:00.101326-04:00",
            "name": "MIL (C Rea)",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/797646be-c858-41fe-bc0a-9059ebe4799a/?format=api"
        }
    ]
}