GET /api/bet_types/d191b639-b6a7-4f61-a503-90ff7950da40/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d191b639-b6a7-4f61-a503-90ff7950da40",
    "match": "https://api-prod.gambitprofit.com/api/matches/6b824487-4244-4518-8680-011dc4637632/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-01T23:03:19.072449-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": "Total Rounds Under 2.5",
                "amount": 5312.0
            },
            {
                "team": "Total Rounds Over 2.5",
                "amount": 4688.0
            }
        ],
        "expected_reward_tokens": 9188.48,
        "profit_sb": -311.52,
        "profit_sb_percentage": -3.28,
        "recommended": false
    },
    "lines": [
        {
            "id": "536179d0-f1e0-4705-9660-eb60edc1a8b1",
            "gambit_id": "c1d40791-78b3-4deb-997a-2d2cb5435621",
            "last_updated": "2023-09-04T13:53:09.632167-04:00",
            "created_at": "2023-09-01T23:03:19.080747-04:00",
            "name": "Total Rounds Under 2.5",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d191b639-b6a7-4f61-a503-90ff7950da40/?format=api"
        },
        {
            "id": "4adf9910-0cc7-4843-8f39-8634f4d1ccda",
            "gambit_id": "ed8023ce-9b86-46ce-a780-dbaee63ced81",
            "last_updated": "2023-09-04T13:53:09.628860-04:00",
            "created_at": "2023-09-01T23:03:19.075978-04:00",
            "name": "Total Rounds Over 2.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d191b639-b6a7-4f61-a503-90ff7950da40/?format=api"
        }
    ]
}