GET /api/bet_types/d07e6ad5-97d8-4009-882a-b04ad3f95c66/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d07e6ad5-97d8-4009-882a-b04ad3f95c66",
    "match": "https://api-prod.gambitprofit.com/api/matches/4e454709-7877-49ba-b0da-bdf87a2fd9fb/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-30T10:43:14.566604-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 6.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "d6351992-1ab8-4239-bd23-da66a94a50eb",
            "gambit_id": "874c6837-f1f4-47cc-be51-d85b21d664b1",
            "last_updated": "2024-01-01T19:48:19.724020-05:00",
            "created_at": "2023-12-30T10:43:14.569963-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d07e6ad5-97d8-4009-882a-b04ad3f95c66/?format=api"
        },
        {
            "id": "5fa9ca11-2130-4775-9c7d-65cec5a2f447",
            "gambit_id": "aa889393-ccf5-4ba4-a2fa-6dcaab120801",
            "last_updated": "2024-01-01T19:48:19.735326-05:00",
            "created_at": "2023-12-30T10:43:14.573719-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d07e6ad5-97d8-4009-882a-b04ad3f95c66/?format=api"
        }
    ]
}