GET /api/bet_types/e068b1a1-fece-420b-8f8f-70693bd02a98/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e068b1a1-fece-420b-8f8f-70693bd02a98",
    "match": "https://api-prod.gambitprofit.com/api/matches/0514ce3e-33e7-406b-aa15-a4775bf35b6e/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-22T08:43:05.234902-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 228",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 228",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "84c944b3-86a8-487a-95bf-be093c2332cb",
            "gambit_id": "63fe70d8-0f6f-4afd-b28d-d544c8cb1c12",
            "last_updated": "2024-01-23T20:03:14.828947-05:00",
            "created_at": "2024-01-22T08:43:05.253660-05:00",
            "name": "Game Total Over 228",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "228.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e068b1a1-fece-420b-8f8f-70693bd02a98/?format=api"
        },
        {
            "id": "6457391c-fc1f-4baa-a83d-7054852476db",
            "gambit_id": "a211dcdc-fa84-45bf-89de-31c468e6d361",
            "last_updated": "2024-01-23T20:03:14.832011-05:00",
            "created_at": "2024-01-22T08:43:05.264728-05:00",
            "name": "Game Total Under 228",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "228.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e068b1a1-fece-420b-8f8f-70693bd02a98/?format=api"
        }
    ]
}