GET /api/bet_types/374a1506-8cd2-4c18-a7cb-268b4549fb99/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "374a1506-8cd2-4c18-a7cb-268b4549fb99",
    "match": "https://api-prod.gambitprofit.com/api/matches/2dbfc53e-80f6-486c-9876-8e695a026437/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-29T16:27:02.147429-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 12",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 12",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "b208a15b-a4aa-495e-b26b-8d8639d639d1",
            "gambit_id": "e26248d5-b7fc-49ca-b633-ca2bf3b1f219",
            "last_updated": "2023-04-30T15:27:14.141653-04:00",
            "created_at": "2023-04-29T16:27:02.149175-04:00",
            "name": "Game Total Under 12",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "12.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/374a1506-8cd2-4c18-a7cb-268b4549fb99/?format=api"
        },
        {
            "id": "483ccd24-9ef7-4481-b197-46d1e2343a56",
            "gambit_id": "964fe76d-0506-41c1-8ff1-5ba7d747a921",
            "last_updated": "2023-04-30T15:27:14.143380-04:00",
            "created_at": "2023-04-29T16:27:02.151013-04:00",
            "name": "Game Total Over 12",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "12.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/374a1506-8cd2-4c18-a7cb-268b4549fb99/?format=api"
        }
    ]
}