GET /api/bet_types/e9c60bab-969d-439a-9ddb-2e1abf584174/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e9c60bab-969d-439a-9ddb-2e1abf584174",
    "match": "https://api-prod.gambitprofit.com/api/matches/dae5ceb8-5c64-4d54-8e71-42e0c5272dde/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-17T09:28:13.019156-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": "Charlotte Hornets",
                "amount": 5000.0
            },
            {
                "team": "New Orleans Pelicans",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "aa84192d-fea4-4bae-a780-100b21823778",
            "gambit_id": "6b0bf91d-3a9c-4173-a4eb-869dedd06164",
            "last_updated": "2024-01-19T12:03:20.612980-05:00",
            "created_at": "2024-01-17T09:28:13.025521-05:00",
            "name": "Charlotte Hornets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "12.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e9c60bab-969d-439a-9ddb-2e1abf584174/?format=api"
        },
        {
            "id": "13213f43-d9d4-4bb1-9a7f-96a4bc8ebcbd",
            "gambit_id": "b65b9e73-90bb-4e6a-9c34-05242160baf5",
            "last_updated": "2024-01-19T12:03:20.617169-05:00",
            "created_at": "2024-01-17T09:28:13.031526-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-12.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e9c60bab-969d-439a-9ddb-2e1abf584174/?format=api"
        }
    ]
}