GET /api/bet_types/25f09ed5-5447-46f8-941e-ee2c90480b01/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "25f09ed5-5447-46f8-941e-ee2c90480b01",
    "match": "https://api-prod.gambitprofit.com/api/matches/64f10b2a-9025-4983-8b39-8a109769a9d5/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-27T08:57:17.754477-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": 5419.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4581.0
            }
        ],
        "expected_reward_tokens": 9482.67,
        "profit_sb": -17.33,
        "profit_sb_percentage": -0.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "a6170f7b-868c-49aa-a03d-f9b863c51008",
            "gambit_id": "c776f125-d6df-44e9-bffe-d6bb265e8550",
            "last_updated": "2023-01-28T11:37:02.033204-05:00",
            "created_at": "2023-01-27T08:57:17.757064-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.75000",
            "odds": "1.76920",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/25f09ed5-5447-46f8-941e-ee2c90480b01/?format=api"
        },
        {
            "id": "4bca6cd8-7058-4c8b-92ed-f508bc497eec",
            "gambit_id": "68a656d7-9f5d-4637-a537-f5071a35179b",
            "last_updated": "2023-01-28T11:37:02.031471-05:00",
            "created_at": "2023-01-27T08:57:17.755761-05:00",
            "name": "Game Total Under 6.5",
            "reward": "2.07000",
            "odds": "2.10000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/25f09ed5-5447-46f8-941e-ee2c90480b01/?format=api"
        }
    ]
}