GET /api/bet_types/7ae4784c-b9ce-4f20-9465-f91bfd8f2515/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7ae4784c-b9ce-4f20-9465-f91bfd8f2515",
    "match": "https://api-prod.gambitprofit.com/api/matches/2e055fa8-ab13-4e5f-869d-1201673ef230/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-06T07:58:05.535770-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": "Miami Heat",
                "amount": 5214.0
            },
            {
                "team": "Los Angeles Lakers",
                "amount": 4786.0
            }
        ],
        "expected_reward_tokens": 9332.7,
        "profit_sb": -167.3,
        "profit_sb_percentage": -1.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "3ac3e683-0f9e-4885-a439-b0e5111f5331",
            "gambit_id": "4d892179-594f-4cfe-add4-420b9e7ed2fa",
            "last_updated": "2023-11-07T21:03:27.411627-05:00",
            "created_at": "2023-11-06T07:58:05.545298-05:00",
            "name": "Miami Heat",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7ae4784c-b9ce-4f20-9465-f91bfd8f2515/?format=api"
        },
        {
            "id": "73342273-92e5-44e7-8449-e1f72de0697a",
            "gambit_id": "77c75126-7644-48a3-b186-611117bb5596",
            "last_updated": "2023-11-07T21:03:27.408063-05:00",
            "created_at": "2023-11-06T07:58:05.540633-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7ae4784c-b9ce-4f20-9465-f91bfd8f2515/?format=api"
        }
    ]
}