GET /api/bet_types/022c8f2b-54e5-4a29-92d7-faacd1ce4729/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "022c8f2b-54e5-4a29-92d7-faacd1ce4729",
    "match": "https://api-prod.gambitprofit.com/api/matches/03969edb-4fc8-483e-ad0e-37bdc68aae56/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-04T09:18:24.941611-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": "Ottawa Senators",
                "amount": 6643.0
            },
            {
                "team": "Seattle Kraken",
                "amount": 3357.0
            }
        ],
        "expected_reward_tokens": 9433.06,
        "profit_sb": -66.94,
        "profit_sb_percentage": -0.7,
        "recommended": false
    },
    "lines": [
        {
            "id": "2586ade3-d09e-49f5-b614-b6bc765f42ba",
            "gambit_id": "b2097fde-082d-4ded-b423-f239dd72e8b9",
            "last_updated": "2024-01-05T22:58:12.083526-05:00",
            "created_at": "2024-01-04T09:18:24.946199-05:00",
            "name": "Ottawa Senators",
            "reward": "1.42000",
            "odds": "1.43480",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/022c8f2b-54e5-4a29-92d7-faacd1ce4729/?format=api"
        },
        {
            "id": "f9260e85-1301-49dc-8fb4-3661af9ad10f",
            "gambit_id": "6828103b-1d02-497e-aeb0-e76b275f4d87",
            "last_updated": "2024-01-05T22:58:12.087625-05:00",
            "created_at": "2024-01-04T09:18:24.952103-05:00",
            "name": "Seattle Kraken",
            "reward": "2.81000",
            "odds": "2.90000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/022c8f2b-54e5-4a29-92d7-faacd1ce4729/?format=api"
        }
    ]
}