GET /api/bet_types/8f8fd4d8-a94b-4545-9758-9339580110f9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8f8fd4d8-a94b-4545-9758-9339580110f9",
    "match": "https://api-prod.gambitprofit.com/api/matches/54cc214a-578f-4783-b64c-777fe23f9894/?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": 5737.0
            },
            {
                "team": "Colorado Avalanche",
                "amount": 4263.0
            }
        ],
        "expected_reward_tokens": 9121.83,
        "profit_sb": 121.83,
        "profit_sb_percentage": 1.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "d84b3f1c-4dd3-44c7-bad7-8ab58a61bd5d",
            "gambit_id": "aae799ae-76b7-4ec1-acb2-5c49cc88585b",
            "last_updated": "2022-11-15T11:52:45.085745-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "St Louis Blues",
            "reward": "1.59000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f8fd4d8-a94b-4545-9758-9339580110f9/?format=api"
        },
        {
            "id": "28194a4a-97dd-4afb-8a8e-4494180d1045",
            "gambit_id": "a468164f-b592-4223-bb6b-f31a036700a2",
            "last_updated": "2022-11-15T11:52:45.084751-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Colorado Avalanche",
            "reward": "2.14000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f8fd4d8-a94b-4545-9758-9339580110f9/?format=api"
        }
    ]
}