GET /api/bet_types/ea774bbd-c19b-468e-a514-7638f7214f7d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ea774bbd-c19b-468e-a514-7638f7214f7d",
    "match": "https://api-prod.gambitprofit.com/api/matches/7ea28739-520d-4ef0-9850-b6c28fd82bae/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-24T13:02:09.118236-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": "Toronto Maple Leafs",
                "amount": 6991.0
            },
            {
                "team": "Tampa Bay Lightning",
                "amount": 3009.0
            }
        ],
        "expected_reward_tokens": 9507.76,
        "profit_sb": 7.76,
        "profit_sb_percentage": 0.08,
        "recommended": true
    },
    "lines": [
        {
            "id": "83e1eaf6-c10d-4493-af4f-d92c12d7c195",
            "gambit_id": "faa2b6ad-b6c8-4120-a848-a993907ead7e",
            "last_updated": "2023-04-25T11:42:21.573675-04:00",
            "created_at": "2023-04-24T13:02:09.122503-04:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.36000",
            "odds": "1.37740",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ea774bbd-c19b-468e-a514-7638f7214f7d/?format=api"
        },
        {
            "id": "53d6f8da-b208-41a4-808c-a33d262e36cf",
            "gambit_id": "0bd43d35-b5cc-4463-902a-b8d883cbf541",
            "last_updated": "2023-04-25T11:42:21.571431-04:00",
            "created_at": "2023-04-24T13:02:09.120142-04:00",
            "name": "Tampa Bay Lightning",
            "reward": "3.16000",
            "odds": "3.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ea774bbd-c19b-468e-a514-7638f7214f7d/?format=api"
        }
    ]
}