GET /api/bet_types/92a52951-07a2-4131-a3e6-19da32591b16/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "92a52951-07a2-4131-a3e6-19da32591b16",
    "match": "https://api-prod.gambitprofit.com/api/matches/5fc4f5d2-5cb2-42f7-be63-38af1c8665f6/?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": "Anaheim Ducks",
                "amount": 5571.0
            },
            {
                "team": "St Louis Blues",
                "amount": 4429.0
            }
        ],
        "expected_reward_tokens": 9079.45,
        "profit_sb": 79.45,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "39442d14-ac92-4219-8981-f6c24625e1d0",
            "gambit_id": "0c567c43-7b62-4ad9-b889-ebf279692eeb",
            "last_updated": "2022-11-22T10:02:04.656686-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Anaheim Ducks",
            "reward": "1.63000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92a52951-07a2-4131-a3e6-19da32591b16/?format=api"
        },
        {
            "id": "11857a41-b6de-4d8d-8025-b74b7b5ed0e9",
            "gambit_id": "68f84a2a-bde3-48fe-8080-24ff06b37b9a",
            "last_updated": "2022-11-22T10:02:04.655730-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "St Louis Blues",
            "reward": "2.05000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92a52951-07a2-4131-a3e6-19da32591b16/?format=api"
        }
    ]
}