GET /api/bet_types/a28bb3ba-5ad9-4468-88b5-2b075d1d8e06/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a28bb3ba-5ad9-4468-88b5-2b075d1d8e06",
    "match": "https://api-prod.gambitprofit.com/api/matches/d68a9f80-7900-4908-8643-cd807b12917c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-05T09:57:11.749505-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": "Chicago Bears",
                "amount": 5000.0
            },
            {
                "team": "Minnesota Vikings",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "e995d2c1-e532-4906-b902-cdd4badd62b1",
            "gambit_id": "95c51a3b-da91-45fb-a890-ec3574cb5428",
            "last_updated": "2023-01-09T10:02:17.338360-05:00",
            "created_at": "2023-01-05T09:57:11.750758-05:00",
            "name": "Chicago Bears",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a28bb3ba-5ad9-4468-88b5-2b075d1d8e06/?format=api"
        },
        {
            "id": "2d07c27e-06d0-4291-a1ed-405cef46ebf8",
            "gambit_id": "353fdb76-ac28-4097-b5be-0448ed649f65",
            "last_updated": "2023-01-09T10:02:17.339423-05:00",
            "created_at": "2023-01-05T09:57:11.752025-05:00",
            "name": "Minnesota Vikings",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a28bb3ba-5ad9-4468-88b5-2b075d1d8e06/?format=api"
        }
    ]
}