GET /api/bet_types/3c7d39b1-fca7-46a8-829b-9fe7a9997ab6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3c7d39b1-fca7-46a8-829b-9fe7a9997ab6",
    "match": "https://api-prod.gambitprofit.com/api/matches/35eeca0f-12e9-45af-83f7-5f817198ab4c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-08T08:28:08.953648-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": "MIL (W Miley)",
                "amount": 6627.0
            },
            {
                "team": "COL (K Freeland)",
                "amount": 3373.0
            }
        ],
        "expected_reward_tokens": 9476.61,
        "profit_sb": -23.39,
        "profit_sb_percentage": -0.25,
        "recommended": false
    },
    "lines": [
        {
            "id": "d2f22989-dd64-4491-8ed6-afb1f6acb1af",
            "gambit_id": "6d30fa05-5fab-4ce2-b5da-6eb135adec91",
            "last_updated": "2023-08-10T10:18:23.791094-04:00",
            "created_at": "2023-08-08T08:28:08.962691-04:00",
            "name": "MIL (W Miley)",
            "reward": "1.43000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c7d39b1-fca7-46a8-829b-9fe7a9997ab6/?format=api"
        },
        {
            "id": "13b22e76-516d-4678-8630-7f905002eb91",
            "gambit_id": "41db90a5-a8df-4b2b-8734-4ebf9eb41a34",
            "last_updated": "2023-08-10T10:18:23.787375-04:00",
            "created_at": "2023-08-08T08:28:08.957796-04:00",
            "name": "COL (K Freeland)",
            "reward": "2.81000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c7d39b1-fca7-46a8-829b-9fe7a9997ab6/?format=api"
        }
    ]
}