GET /api/bet_types/4821ff48-e6f5-46fb-a8ce-71608a37bd5d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4821ff48-e6f5-46fb-a8ce-71608a37bd5d",
    "match": "https://api-prod.gambitprofit.com/api/matches/85dd32b4-1db0-4533-8a42-ad98f10b0113/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-23T11:47:59.662446-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 Under 10",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 10",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "605bb01a-a4c3-4967-b8cd-7a3f1bf45526",
            "gambit_id": "27c2ef12-4496-442f-a915-1c40191369b2",
            "last_updated": "2023-07-24T13:28:10.583835-04:00",
            "created_at": "2023-07-23T11:47:59.669175-04:00",
            "name": "Game Total Under 10",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4821ff48-e6f5-46fb-a8ce-71608a37bd5d/?format=api"
        },
        {
            "id": "c8734dd4-6560-4c3f-b7c6-06e04a79b369",
            "gambit_id": "11cf2508-bd55-406f-a1a0-9afa528bd632",
            "last_updated": "2023-07-24T13:28:10.580261-04:00",
            "created_at": "2023-07-23T11:47:59.665718-04:00",
            "name": "Game Total Over 10",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4821ff48-e6f5-46fb-a8ce-71608a37bd5d/?format=api"
        }
    ]
}