GET /api/bet_types/059bc705-38ec-47b5-894c-1d8429360c33/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "059bc705-38ec-47b5-894c-1d8429360c33",
    "match": "https://api-prod.gambitprofit.com/api/matches/34c192cd-8dd9-4337-b8b0-5d98c5b096be/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-31T11:47:18.161000-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": "SEA (G Kirby)",
                "amount": 5711.0
            },
            {
                "team": "NYY (C Schmidt)",
                "amount": 4289.0
            }
        ],
        "expected_reward_tokens": 9650.25,
        "profit_sb": 150.25,
        "profit_sb_percentage": 1.58,
        "recommended": true
    },
    "lines": [
        {
            "id": "58736e8b-19d9-4b7f-a46d-c97bdd2cb82b",
            "gambit_id": "d80e4277-699a-418d-a917-dc007ab27bd0",
            "last_updated": "2023-06-01T10:07:11.511914-04:00",
            "created_at": "2023-05-31T11:47:18.164770-04:00",
            "name": "SEA (G Kirby)",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/059bc705-38ec-47b5-894c-1d8429360c33/?format=api"
        },
        {
            "id": "799e2794-f170-45c1-8778-fa8d37e999ad",
            "gambit_id": "5ef8d73d-11b7-4e7a-b35a-bdaa7c314880",
            "last_updated": "2023-06-01T10:07:11.509721-04:00",
            "created_at": "2023-05-31T11:47:18.162801-04:00",
            "name": "NYY (C Schmidt)",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/059bc705-38ec-47b5-894c-1d8429360c33/?format=api"
        }
    ]
}