GET /api/bet_types/95402414-16b9-426e-9c86-073e01df01cf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "95402414-16b9-426e-9c86-073e01df01cf",
    "match": "https://api-prod.gambitprofit.com/api/matches/25b64520-f761-47c5-a001-f139a17833cc/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-10T17:47:04.947147-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": 5482.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4518.0
            }
        ],
        "expected_reward_tokens": 8990.48,
        "profit_sb": -9.52,
        "profit_sb_percentage": -0.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "ade1867b-4826-44d4-a1cd-2a5995cb1792",
            "gambit_id": "cd41b416-43f8-4fcf-a768-6c0fe6041c0e",
            "last_updated": "2023-01-11T10:46:58.377023-05:00",
            "created_at": "2023-01-10T17:47:04.950087-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.64000",
            "odds": "1.74070",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/95402414-16b9-426e-9c86-073e01df01cf/?format=api"
        },
        {
            "id": "a87062f8-91a3-4288-a31f-76650c237781",
            "gambit_id": "db2d1cc9-5b24-48b3-a234-cde046fc7fef",
            "last_updated": "2023-01-11T10:46:58.375921-05:00",
            "created_at": "2023-01-10T17:47:04.948709-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.99000",
            "odds": "2.15000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/95402414-16b9-426e-9c86-073e01df01cf/?format=api"
        }
    ]
}