GET /api/bet_types/67df3c89-a538-4097-a03f-5ef77f69c5e8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "67df3c89-a538-4097-a03f-5ef77f69c5e8",
    "match": "https://api-prod.gambitprofit.com/api/matches/d5456ea4-b723-4ec6-97c0-8868fa2534cb/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-18T08:46:57.703064-04: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": "Chicago Blackhawks",
                "amount": 6399.0
            },
            {
                "team": "Arizona Coyotes",
                "amount": 3601.0
            }
        ],
        "expected_reward_tokens": 9470.52,
        "profit_sb": -29.48,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "faefa02a-df9a-4a78-b0c8-206b5abb9878",
            "gambit_id": "c903dc6b-aa49-47a0-ac80-f7b0faa65fb6",
            "last_updated": "2023-03-20T09:31:52.809244-04:00",
            "created_at": "2023-03-18T08:46:57.708199-04:00",
            "name": "Chicago Blackhawks",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/67df3c89-a538-4097-a03f-5ef77f69c5e8/?format=api"
        },
        {
            "id": "08116f70-3603-4365-9936-a180896964b8",
            "gambit_id": "fa24eb5d-56c2-493b-b33c-defe1e66e5a3",
            "last_updated": "2023-03-20T09:31:52.806893-04:00",
            "created_at": "2023-03-18T08:46:57.705456-04:00",
            "name": "Arizona Coyotes",
            "reward": "2.63000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/67df3c89-a538-4097-a03f-5ef77f69c5e8/?format=api"
        }
    ]
}