GET /api/bet_types/06486365-0b0b-41d9-994b-663df51d47a0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "06486365-0b0b-41d9-994b-663df51d47a0",
    "match": "https://api-prod.gambitprofit.com/api/matches/496e2c59-20db-4861-93ef-253f51889b34/?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": "BAL (A Voth)",
                "amount": 6081.0
            },
            {
                "team": "PIT (J Brubaker)",
                "amount": 3919.0
            }
        ],
        "expected_reward_tokens": 9364.74,
        "profit_sb": 364.74,
        "profit_sb_percentage": 4.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "e43220f8-89d7-4b2c-bc81-015b1b82c324",
            "gambit_id": "eded2da9-ba76-49c6-a6bf-643cdafc2a9a",
            "last_updated": "2022-08-07T11:02:18.095032-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BAL (A Voth)",
            "reward": "1.54000",
            "odds": "1.59520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/06486365-0b0b-41d9-994b-663df51d47a0/?format=api"
        },
        {
            "id": "71c813ac-32d9-426b-afe5-5919c7d68a85",
            "gambit_id": "c185822a-a1f0-44c8-9b37-d68751bd16a0",
            "last_updated": "2022-08-07T11:02:18.095498-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PIT (J Brubaker)",
            "reward": "2.39000",
            "odds": "2.53000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/06486365-0b0b-41d9-994b-663df51d47a0/?format=api"
        }
    ]
}