GET /api/bet_types/c4a45639-f74b-4ac8-811d-89e4e2bdf305/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c4a45639-f74b-4ac8-811d-89e4e2bdf305",
    "match": "https://api-prod.gambitprofit.com/api/matches/89a1c592-94ef-4a50-ac68-a7e1f0d2d82d/?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": "Carolina Hurricanes",
                "amount": 6335.0
            },
            {
                "team": "San Jose Sharks",
                "amount": 3665.0
            }
        ],
        "expected_reward_tokens": 9565.65,
        "profit_sb": 65.65,
        "profit_sb_percentage": 0.69,
        "recommended": true
    },
    "lines": [
        {
            "id": "beb40731-29f7-4f6f-a8f6-2f4a2862725b",
            "gambit_id": "e134ee6c-c97a-4062-a8e6-0234d130785a",
            "last_updated": "2022-10-15T18:57:03.780467-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Carolina Hurricanes",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4a45639-f74b-4ac8-811d-89e4e2bdf305/?format=api"
        },
        {
            "id": "91be84cb-8d31-41f7-b185-fb36ecf96ebd",
            "gambit_id": "b2b068ba-a3f9-4941-8c16-adef4dfc33c9",
            "last_updated": "2022-10-15T18:57:03.779493-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Jose Sharks",
            "reward": "2.61000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4a45639-f74b-4ac8-811d-89e4e2bdf305/?format=api"
        }
    ]
}