GET /api/bet_types/1f11cb97-9539-4dab-bdd7-76c4df9b1dc6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1f11cb97-9539-4dab-bdd7-76c4df9b1dc6",
    "match": "https://api-prod.gambitprofit.com/api/matches/9ce36c82-62eb-496c-b3d9-12c2d9f6ed53/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-03T09:56:54.563466-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": "LOS",
                "amount": 5000.0
            },
            {
                "team": "COL",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "8d25a09b-7759-4159-ab00-4c3240de1a97",
            "gambit_id": "39231fe3-e171-4ce7-b48e-564f86a5066e",
            "last_updated": "2023-04-04T19:07:02.687790-04:00",
            "created_at": "2023-04-03T09:56:54.565904-04:00",
            "name": "LOS",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f11cb97-9539-4dab-bdd7-76c4df9b1dc6/?format=api"
        },
        {
            "id": "10381a3a-b404-4eeb-9ae0-1e5708412d86",
            "gambit_id": "ba3c0b16-4d3f-43fd-a0d5-d86e8761af4a",
            "last_updated": "2023-04-04T19:07:02.689332-04:00",
            "created_at": "2023-04-03T09:56:54.568640-04:00",
            "name": "COL",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f11cb97-9539-4dab-bdd7-76c4df9b1dc6/?format=api"
        }
    ]
}