GET /api/bet_types/e36bd0d1-f717-4686-925d-f1f22ac15f20/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e36bd0d1-f717-4686-925d-f1f22ac15f20",
    "match": "https://api-prod.gambitprofit.com/api/matches/20f01070-b24f-4cb8-a71d-88f4d81a0b4a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-08T09:38:18.487937-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": "Columbus Blue Jackets",
                "amount": 6163.0
            },
            {
                "team": "St Louis Blues",
                "amount": 3837.0
            }
        ],
        "expected_reward_tokens": 9552.65,
        "profit_sb": 52.65,
        "profit_sb_percentage": 0.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "38f9adb2-4afa-42f0-bd7e-33745f38d38e",
            "gambit_id": "a63fadd4-08db-4f87-8c3e-52c1fd06261a",
            "last_updated": "2023-12-09T10:08:12.778220-05:00",
            "created_at": "2023-12-08T09:38:18.496817-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e36bd0d1-f717-4686-925d-f1f22ac15f20/?format=api"
        },
        {
            "id": "82f9c65f-e98d-461b-8508-2dc6644800fa",
            "gambit_id": "6eecac1c-9513-4624-8f72-51586fbe822d",
            "last_updated": "2023-12-09T10:08:12.774960-05:00",
            "created_at": "2023-12-08T09:38:18.492716-05:00",
            "name": "St Louis Blues",
            "reward": "2.49000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e36bd0d1-f717-4686-925d-f1f22ac15f20/?format=api"
        }
    ]
}