GET /api/bet_types/9c4d0181-6ad5-4663-8a11-b1298447facc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9c4d0181-6ad5-4663-8a11-b1298447facc",
    "match": "https://api-prod.gambitprofit.com/api/matches/28f7d761-7b65-4870-ad69-91bd6a21d6de/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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": 5312.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4688.0
            }
        ],
        "expected_reward_tokens": 9188.48,
        "profit_sb": 188.48,
        "profit_sb_percentage": 2.09,
        "recommended": true
    },
    "lines": [
        {
            "id": "74525efc-e395-4661-b5b9-a16864daedef",
            "gambit_id": "e41dae41-9f16-4382-b6a0-a84dfd327027",
            "last_updated": "2022-08-16T13:57:08.073626-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.73000",
            "odds": "1.80000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9c4d0181-6ad5-4663-8a11-b1298447facc/?format=api"
        },
        {
            "id": "2bc55227-9eeb-442e-8de2-dbf9b9c172ae",
            "gambit_id": "c7385b92-9ada-42a3-823d-04b2faf5f7fb",
            "last_updated": "2022-08-16T13:57:08.073110-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.96000",
            "odds": "2.05000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9c4d0181-6ad5-4663-8a11-b1298447facc/?format=api"
        }
    ]
}