GET /api/bet_types/c615d31b-5f5a-45d7-8b3a-5e273a05512a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c615d31b-5f5a-45d7-8b3a-5e273a05512a",
    "match": "https://api-prod.gambitprofit.com/api/matches/0ed90ad2-4e57-46e9-91fe-9436ed70a3f8/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-17T11:06:50.699607-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": "Game Total Over 8.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "fb6b5aaf-d0b1-4598-9d42-8761690b6180",
            "gambit_id": "1c3eff18-54f8-46c5-b9a8-ee6909c9a2ca",
            "last_updated": "2023-05-18T11:47:20.679406-04:00",
            "created_at": "2023-05-17T11:06:50.705103-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c615d31b-5f5a-45d7-8b3a-5e273a05512a/?format=api"
        },
        {
            "id": "6cb164fd-59bc-4bcf-a1d8-1cbfad8f053d",
            "gambit_id": "3d48b1a8-36a9-4e51-a78f-a75480b26e2f",
            "last_updated": "2023-05-18T11:47:20.677750-04:00",
            "created_at": "2023-05-17T11:06:50.702232-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c615d31b-5f5a-45d7-8b3a-5e273a05512a/?format=api"
        }
    ]
}