GET /api/bet_types/301f1e16-4b02-49da-8eee-76099418ac6f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "301f1e16-4b02-49da-8eee-76099418ac6f",
    "match": "https://api-prod.gambitprofit.com/api/matches/7e8c562b-0bbb-44fd-9fed-b02d011eaca5/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-13T09:38:16.378207-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": "Chicago Bulls",
                "amount": 6856.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 3144.0
            }
        ],
        "expected_reward_tokens": 9461.28,
        "profit_sb": -38.72,
        "profit_sb_percentage": -0.41,
        "recommended": false
    },
    "lines": [
        {
            "id": "4b73346e-a8db-424f-93fc-5108f020dbdb",
            "gambit_id": "7680297e-793a-45dc-aef5-7948eee529a4",
            "last_updated": "2024-01-16T11:08:15.162542-05:00",
            "created_at": "2024-01-13T09:38:16.381678-05:00",
            "name": "Chicago Bulls",
            "reward": "1.38000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/301f1e16-4b02-49da-8eee-76099418ac6f/?format=api"
        },
        {
            "id": "f452f4d0-8456-4d9e-89fe-77b6d773f715",
            "gambit_id": "dc464cf4-3dae-4780-b606-8ff43accbf2f",
            "last_updated": "2024-01-16T11:08:15.165859-05:00",
            "created_at": "2024-01-13T09:38:16.390862-05:00",
            "name": "San Antonio Spurs",
            "reward": "3.01000",
            "odds": "3.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/301f1e16-4b02-49da-8eee-76099418ac6f/?format=api"
        }
    ]
}