GET /api/bet_types/425839c1-2606-458f-82fb-c32704bc1728/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "425839c1-2606-458f-82fb-c32704bc1728",
    "match": "https://api-prod.gambitprofit.com/api/matches/e870a95d-d080-44ff-a671-62da5ef784cc/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-24T13:02:08.573741-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": "TOR (C Bassitt)",
                "amount": 5909.0
            },
            {
                "team": "CWS (L Lynn)",
                "amount": 4091.0
            }
        ],
        "expected_reward_tokens": 9572.58,
        "profit_sb": 72.58,
        "profit_sb_percentage": 0.76,
        "recommended": true
    },
    "lines": [
        {
            "id": "5cc2ec18-20bc-4fd5-9955-24934d931343",
            "gambit_id": "a2835692-e6e6-4340-b352-0390b22c200d",
            "last_updated": "2023-04-25T11:42:19.542121-04:00",
            "created_at": "2023-04-24T13:02:08.576249-04:00",
            "name": "TOR (C Bassitt)",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/425839c1-2606-458f-82fb-c32704bc1728/?format=api"
        },
        {
            "id": "d8f3be5e-d7ac-4205-a00b-ba4aeacd0456",
            "gambit_id": "60833579-7e91-43ef-82e3-6ed6f1c7270c",
            "last_updated": "2023-04-25T11:42:19.544843-04:00",
            "created_at": "2023-04-24T13:02:08.578949-04:00",
            "name": "CWS (L Lynn)",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/425839c1-2606-458f-82fb-c32704bc1728/?format=api"
        }
    ]
}