GET /api/bet_types/c9c9a8ec-f921-4bc1-9969-22cf8699000a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c9c9a8ec-f921-4bc1-9969-22cf8699000a",
    "match": "https://api-prod.gambitprofit.com/api/matches/cd1004e1-6783-44dc-9a36-7bcf29fcc9a0/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-18T09:16:52.481938-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": "Game Total Under 238",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 238",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "67f69613-a028-46b3-8d42-cb4f89bda78a",
            "gambit_id": "cad31463-b200-4520-8941-9b20d08f2208",
            "last_updated": "2023-01-19T09:27:08.919701-05:00",
            "created_at": "2023-01-18T09:16:52.483334-05:00",
            "name": "Game Total Under 238",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "238.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9c9a8ec-f921-4bc1-9969-22cf8699000a/?format=api"
        },
        {
            "id": "73b1cbb3-1e0b-4be0-b426-b5f3decc19a2",
            "gambit_id": "681d3c13-e5aa-4366-8497-a791fbc9479a",
            "last_updated": "2023-01-19T09:27:08.920833-05:00",
            "created_at": "2023-01-18T09:16:52.484786-05:00",
            "name": "Game Total Over 238",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "238.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9c9a8ec-f921-4bc1-9969-22cf8699000a/?format=api"
        }
    ]
}