GET /api/bet_types/570e7952-9cf4-41d8-b30a-79fd58183b2c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "570e7952-9cf4-41d8-b30a-79fd58183b2c",
    "match": "https://api-prod.gambitprofit.com/api/matches/fcd6c7b0-8f40-481a-bf8c-c3a829294b9c/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-15T10:23:23.060487-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": "Columbus Blue Jackets",
                "amount": 5512.0
            },
            {
                "team": "Vancouver Canucks",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "896c9f2d-06c4-4d23-b18d-1f8df3ed05f1",
            "gambit_id": "0c449726-256d-44fc-9713-c63fa2eb7cac",
            "last_updated": "2024-01-17T22:23:11.147718-05:00",
            "created_at": "2024-01-15T10:23:23.082353-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/570e7952-9cf4-41d8-b30a-79fd58183b2c/?format=api"
        },
        {
            "id": "d8fe3eb4-e1fb-4d4b-aec2-e9a6131bdc05",
            "gambit_id": "1965ce37-4841-43d0-bc07-3f0768a87ab4",
            "last_updated": "2024-01-17T22:23:11.144423-05:00",
            "created_at": "2024-01-15T10:23:23.065254-05:00",
            "name": "Vancouver Canucks",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/570e7952-9cf4-41d8-b30a-79fd58183b2c/?format=api"
        }
    ]
}