GET /api/bet_types/57e1f571-5f68-4ee8-adf7-995e60f8b770/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "57e1f571-5f68-4ee8-adf7-995e60f8b770",
    "match": "https://api-prod.gambitprofit.com/api/matches/6afd7e63-6323-4a0f-ad11-91176c8a73d6/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-31T09:23:01.437886-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": "TEX",
                "amount": 6390.0
            },
            {
                "team": "ARI",
                "amount": 3610.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "a3ae73d0-f52b-49d4-ac68-74e7b418698a",
            "gambit_id": "a1a5213f-9a5a-4cc8-bef3-d45a7ae6d1d1",
            "last_updated": "2023-11-01T09:18:18.695824-04:00",
            "created_at": "2023-10-31T09:23:01.443396-04:00",
            "name": "TEX",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57e1f571-5f68-4ee8-adf7-995e60f8b770/?format=api"
        },
        {
            "id": "7d0cdf84-3e9f-42e9-9362-59b69e4d033b",
            "gambit_id": "e4ea68cf-bbaf-47f4-9220-6c5896518354",
            "last_updated": "2023-11-01T09:18:18.699032-04:00",
            "created_at": "2023-10-31T09:23:01.448221-04:00",
            "name": "ARI",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57e1f571-5f68-4ee8-adf7-995e60f8b770/?format=api"
        }
    ]
}