GET /api/bet_types/96fc38ac-a634-4647-a744-7237e6851893/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "96fc38ac-a634-4647-a744-7237e6851893",
    "match": "https://api-prod.gambitprofit.com/api/matches/06d42454-a2e1-42a1-9770-47a14cd9ac42/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-09T09:02:02.668540-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 232.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 232.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "c4c40e48-3cc6-45a8-b1c1-6752ac4518ba",
            "gambit_id": "71700441-cb64-45e8-b3bc-756986755b8b",
            "last_updated": "2023-03-10T09:57:21.713812-05:00",
            "created_at": "2023-03-09T09:02:02.669775-05:00",
            "name": "Game Total Under 232.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "232.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/96fc38ac-a634-4647-a744-7237e6851893/?format=api"
        },
        {
            "id": "c4a41652-cfea-4c43-985b-69d80b723de7",
            "gambit_id": "cc884daa-6a91-4835-bb48-44f9932578d4",
            "last_updated": "2023-03-10T09:57:21.715234-05:00",
            "created_at": "2023-03-09T09:02:02.671118-05:00",
            "name": "Game Total Over 232.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "232.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/96fc38ac-a634-4647-a744-7237e6851893/?format=api"
        }
    ]
}