GET /api/bet_types/46865358-3d0d-42ad-859e-9dddbf889fb9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "46865358-3d0d-42ad-859e-9dddbf889fb9",
    "match": "https://api-prod.gambitprofit.com/api/matches/57757f35-52fe-42a5-9dee-7b028df28190/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-18T09:07:15.448113-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": 5419.0
            },
            {
                "team": "Los Angeles Kings",
                "amount": 4581.0
            }
        ],
        "expected_reward_tokens": 9482.67,
        "profit_sb": -17.33,
        "profit_sb_percentage": -0.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "ba864883-d2a4-4d25-a0b1-678138b933aa",
            "gambit_id": "1c55ead4-82df-4457-8931-34bc7e840878",
            "last_updated": "2023-02-19T15:57:14.547561-05:00",
            "created_at": "2023-02-18T09:07:15.451039-05:00",
            "name": "Arizona Coyotes",
            "reward": "1.75000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/46865358-3d0d-42ad-859e-9dddbf889fb9/?format=api"
        },
        {
            "id": "1e199023-d0e4-4caa-b345-5e2039e6f9d0",
            "gambit_id": "bf087625-fdd2-44b1-bf5d-f7901b509f42",
            "last_updated": "2023-02-19T15:57:14.546367-05:00",
            "created_at": "2023-02-18T09:07:15.449567-05:00",
            "name": "Los Angeles Kings",
            "reward": "2.07000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/46865358-3d0d-42ad-859e-9dddbf889fb9/?format=api"
        }
    ]
}