GET /api/bet_types/07d974e9-cadd-4779-a6e4-5b4538b2f5a3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "07d974e9-cadd-4779-a6e4-5b4538b2f5a3",
    "match": "https://api-prod.gambitprofit.com/api/matches/d7ea0510-dcf8-4167-b704-e27b1fff02e9/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-29T09:58:10.286109-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 Over 224",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 224",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "917ad71a-c763-44b3-8836-7f13efa5e569",
            "gambit_id": "5fb8c0f5-8364-4669-9828-1336583d8126",
            "last_updated": "2023-12-30T21:43:26.915649-05:00",
            "created_at": "2023-12-29T09:58:10.289807-05:00",
            "name": "Game Total Over 224",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "224.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/07d974e9-cadd-4779-a6e4-5b4538b2f5a3/?format=api"
        },
        {
            "id": "722c6ae6-2b76-47cd-b2e5-3af0bb59a04c",
            "gambit_id": "0eaedfce-07d5-4c32-850c-b83f794c2b20",
            "last_updated": "2023-12-30T21:43:26.919055-05:00",
            "created_at": "2023-12-29T09:58:10.293989-05:00",
            "name": "Game Total Under 224",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "224.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/07d974e9-cadd-4779-a6e4-5b4538b2f5a3/?format=api"
        }
    ]
}