GET /api/bet_types/17647b0d-a78a-43bd-a340-49e9220a3959/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "17647b0d-a78a-43bd-a340-49e9220a3959",
    "match": "https://api-prod.gambitprofit.com/api/matches/236f9a83-ac3a-456e-8972-06fc089cc9ff/?format=api",
    "name": "Pick the Winner",
    "created_at": "2022-12-27T08:57:14.646038-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": "East Carolina",
                "amount": 7029.0
            },
            {
                "team": "Coastal Carolina",
                "amount": 2971.0
            }
        ],
        "expected_reward_tokens": 9207.99,
        "profit_sb": 207.99,
        "profit_sb_percentage": 2.31,
        "recommended": true
    },
    "lines": [
        {
            "id": "d17da54e-2c1b-4271-88ee-822157fd1bd9",
            "gambit_id": "57d88518-6e11-41ed-9858-b1eb590dd042",
            "last_updated": "2022-12-28T21:52:16.152553-05:00",
            "created_at": "2022-12-27T08:57:14.648602-05:00",
            "name": "East Carolina",
            "reward": "1.31000",
            "odds": "1.35710",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/17647b0d-a78a-43bd-a340-49e9220a3959/?format=api"
        },
        {
            "id": "8b3fd4e8-18c4-44ae-b798-90b9263ca19b",
            "gambit_id": "bdfb73b4-f7ad-4021-a9f3-08ca0d3b9ac5",
            "last_updated": "2022-12-28T21:52:16.151455-05:00",
            "created_at": "2022-12-27T08:57:14.647356-05:00",
            "name": "Coastal Carolina",
            "reward": "3.10000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/17647b0d-a78a-43bd-a340-49e9220a3959/?format=api"
        }
    ]
}