GET /api/bet_types/8f871060-b1c4-42c4-bbd1-c94583dc6a0a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8f871060-b1c4-42c4-bbd1-c94583dc6a0a",
    "match": "https://api-prod.gambitprofit.com/api/matches/519c7f1b-e378-4d6b-b576-cb3200c386ab/?format=api",
    "name": "Play the Odds",
    "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": "Arizona Coyotes",
                "amount": 5974.0
            },
            {
                "team": "San Jose Sharks",
                "amount": 4026.0
            }
        ],
        "expected_reward_tokens": 9139.02,
        "profit_sb": 139.02,
        "profit_sb_percentage": 1.54,
        "recommended": true
    },
    "lines": [
        {
            "id": "ee1312fe-38c5-4edc-b61d-63bc331121f8",
            "gambit_id": "048fe667-7577-4cd0-917a-7cf1612bbeeb",
            "last_updated": "2022-12-14T10:12:17.281914-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arizona Coyotes",
            "reward": "1.53000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f871060-b1c4-42c4-bbd1-c94583dc6a0a/?format=api"
        },
        {
            "id": "2fc04463-255e-4228-b9cd-2f1b6448df0a",
            "gambit_id": "2fa4c92e-84df-4a0e-9098-4c7369d13f11",
            "last_updated": "2022-12-14T10:12:17.280833-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Jose Sharks",
            "reward": "2.27000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f871060-b1c4-42c4-bbd1-c94583dc6a0a/?format=api"
        }
    ]
}