GET /api/bet_types/7a980e3b-20d5-4739-9560-a64858139471/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7a980e3b-20d5-4739-9560-a64858139471",
    "match": "https://api-prod.gambitprofit.com/api/matches/c63e0488-6e32-421b-b557-33fdd9a65312/?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 Under 59",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 59",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "d392964e-9112-4773-b0a6-646048af3552",
            "gambit_id": "b4768f7d-01fc-4a65-b2b8-d87f3f57a5e2",
            "last_updated": "2022-09-18T20:47:21.727947-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 59",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "59.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a980e3b-20d5-4739-9560-a64858139471/?format=api"
        },
        {
            "id": "fb2b24a2-90d3-4cd3-b3d9-7279e77e7cfd",
            "gambit_id": "4444a1e4-7375-445c-a1ff-d1a60d059a6e",
            "last_updated": "2022-09-18T20:47:21.729180-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 59",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "59.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a980e3b-20d5-4739-9560-a64858139471/?format=api"
        }
    ]
}