GET /api/bet_types/3580d41c-81bd-49de-a635-7684537a0473/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3580d41c-81bd-49de-a635-7684537a0473",
    "match": "https://api-prod.gambitprofit.com/api/matches/e3a7ab65-407f-4f8c-98ee-9b84b691392c/?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": "Texas",
                "amount": 7199.0
            },
            {
                "team": "Kansas",
                "amount": 2801.0
            }
        ],
        "expected_reward_tokens": 9214.72,
        "profit_sb": 214.72,
        "profit_sb_percentage": 2.39,
        "recommended": true
    },
    "lines": [
        {
            "id": "2f825cc2-7f77-4f1e-a805-1279ce9ad34a",
            "gambit_id": "12a8634c-d5e0-449c-99a5-1e5f7c4e7743",
            "last_updated": "2022-11-21T10:08:30.911786-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Texas",
            "reward": "1.28000",
            "odds": "1.31250",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3580d41c-81bd-49de-a635-7684537a0473/?format=api"
        },
        {
            "id": "7be929ac-4fb4-4a75-a7f0-6522341e871a",
            "gambit_id": "934e989a-e891-4b63-88e2-80f701f0275b",
            "last_updated": "2022-11-21T10:08:30.910827-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Kansas",
            "reward": "3.29000",
            "odds": "3.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3580d41c-81bd-49de-a635-7684537a0473/?format=api"
        }
    ]
}