GET /api/bet_types/ca46f84e-20c3-4447-8919-0ffe41e7adf8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ca46f84e-20c3-4447-8919-0ffe41e7adf8",
    "match": "https://api-prod.gambitprofit.com/api/matches/9edaf142-2237-4037-8cce-2a96b162eab9/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "St Louis Blues",
                "amount": 6862.0
            },
            {
                "team": "Colorado Avalanche",
                "amount": 3138.0
            }
        ],
        "expected_reward_tokens": 9194.34,
        "profit_sb": 194.34,
        "profit_sb_percentage": 2.16,
        "recommended": true
    },
    "lines": [
        {
            "id": "8b9db49e-4a70-4cd2-a18a-9512b2fc437f",
            "gambit_id": "d97699d0-582d-4479-a724-07dc3f6e97f8",
            "last_updated": "2022-12-12T19:02:23.246557-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "St Louis Blues",
            "reward": "1.34000",
            "odds": "1.38460",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ca46f84e-20c3-4447-8919-0ffe41e7adf8/?format=api"
        },
        {
            "id": "d583811d-2803-4526-bcaa-d8f8e5c690e5",
            "gambit_id": "6ee4d358-63a1-41f2-acfd-4c0e612cf39e",
            "last_updated": "2022-12-12T19:02:23.247693-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Colorado Avalanche",
            "reward": "2.93000",
            "odds": "3.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ca46f84e-20c3-4447-8919-0ffe41e7adf8/?format=api"
        }
    ]
}