GET /api/bet_types/4b38aa45-1611-40e0-a336-a6653592a2bc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4b38aa45-1611-40e0-a336-a6653592a2bc",
    "match": "https://api-prod.gambitprofit.com/api/matches/c1108ee8-0ae4-4e35-bdc7-24d9ac1197be/?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": "St Louis Blues",
                "amount": 5829.0
            },
            {
                "team": "New York Islanders",
                "amount": 4171.0
            }
        ],
        "expected_reward_tokens": 9092.78,
        "profit_sb": 92.78,
        "profit_sb_percentage": 1.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "2a45ef4a-ebe5-4df4-8766-c2d4fe146d5f",
            "gambit_id": "ff379c99-243a-4d98-9b5a-1d44f73207be",
            "last_updated": "2022-12-07T09:42:35.123318-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "St Louis Blues",
            "reward": "1.56000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b38aa45-1611-40e0-a336-a6653592a2bc/?format=api"
        },
        {
            "id": "b3dbfc57-602e-4aae-ad74-8a60b805f321",
            "gambit_id": "ad46839b-54be-48a4-9434-4deaf7de6cad",
            "last_updated": "2022-12-07T09:42:35.122234-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Islanders",
            "reward": "2.18000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b38aa45-1611-40e0-a336-a6653592a2bc/?format=api"
        }
    ]
}