GET /api/bet_types/6c15b67f-9177-43ea-8ad5-6054cbf1b309/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6c15b67f-9177-43ea-8ad5-6054cbf1b309",
    "match": "https://api-prod.gambitprofit.com/api/matches/8124e6cd-a981-4c25-b838-fae9ac117018/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-29T10:07:03.860173-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 228.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 228.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "24f0241c-3bcd-4a18-8da2-b4c85cba45ea",
            "gambit_id": "bb2fec94-0403-4e0a-8187-90aa46c7220d",
            "last_updated": "2023-03-30T10:26:56.587108-04:00",
            "created_at": "2023-03-29T10:07:03.865396-04:00",
            "name": "Game Total Over 228.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "228.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c15b67f-9177-43ea-8ad5-6054cbf1b309/?format=api"
        },
        {
            "id": "2569e3bd-5725-44c4-92a9-1a18c5b2b2ee",
            "gambit_id": "67619826-a1ff-4426-a6fe-43c0f4625098",
            "last_updated": "2023-03-30T10:26:56.585904-04:00",
            "created_at": "2023-03-29T10:07:03.862797-04:00",
            "name": "Game Total Under 228.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "228.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c15b67f-9177-43ea-8ad5-6054cbf1b309/?format=api"
        }
    ]
}