GET /api/bet_types/bba1309a-fdd5-47b6-9311-655f531dbe1c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bba1309a-fdd5-47b6-9311-655f531dbe1c",
    "match": "https://api-prod.gambitprofit.com/api/matches/80d55e6d-c4d8-4bbf-99ec-b565b4621d34/?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 36",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 36",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "77cdfbd0-55ec-4f33-82d4-25319dde6360",
            "gambit_id": "378154ec-7c2f-4539-a078-720f321a4076",
            "last_updated": "2022-08-14T13:57:07.190221-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 36",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "36.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bba1309a-fdd5-47b6-9311-655f531dbe1c/?format=api"
        },
        {
            "id": "8e09c9cd-d693-4efc-865b-5f5b1eea2203",
            "gambit_id": "15c8c9c5-c091-4192-b9f2-f55c20566313",
            "last_updated": "2022-08-14T13:57:07.190749-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 36",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "36.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bba1309a-fdd5-47b6-9311-655f531dbe1c/?format=api"
        }
    ]
}