GET /api/bet_types/30f9b634-015d-4c6d-828f-acd86d6d4f35/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "30f9b634-015d-4c6d-828f-acd86d6d4f35",
    "match": "https://api-prod.gambitprofit.com/api/matches/649ab3ad-70a1-4c08-a1b1-cdfbe03adacc/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-26T10:56:57.600363-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": "Cleveland Cavaliers",
                "amount": 7539.0
            },
            {
                "team": "Houston Rockets",
                "amount": 2461.0
            }
        ],
        "expected_reward_tokens": 9499.14,
        "profit_sb": -0.86,
        "profit_sb_percentage": -0.01,
        "recommended": false
    },
    "lines": [
        {
            "id": "ef19f393-3c3c-4d7e-97c0-2192c015aa7a",
            "gambit_id": "cd496a36-66a0-46ae-84ae-cae206ff9920",
            "last_updated": "2023-01-27T09:57:09.212412-05:00",
            "created_at": "2023-01-26T10:56:57.603108-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.26000",
            "odds": "1.27030",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/30f9b634-015d-4c6d-828f-acd86d6d4f35/?format=api"
        },
        {
            "id": "07574cea-1484-48ce-a63e-f2c39b66d63b",
            "gambit_id": "9f784c02-1909-449a-bea0-7e133fadf521",
            "last_updated": "2023-01-27T09:57:09.211201-05:00",
            "created_at": "2023-01-26T10:56:57.601769-05:00",
            "name": "Houston Rockets",
            "reward": "3.86000",
            "odds": "3.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/30f9b634-015d-4c6d-828f-acd86d6d4f35/?format=api"
        }
    ]
}