GET /api/bet_types/9060cb6d-2e5d-42ce-bd56-28d111222600/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9060cb6d-2e5d-42ce-bd56-28d111222600",
    "match": "https://api-prod.gambitprofit.com/api/matches/94e269d3-8679-4da6-8ae2-4182356c75e9/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-10T09:02:08.882830-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": "Indiana Pacers",
                "amount": 5521.0
            },
            {
                "team": "Phoenix Suns",
                "amount": 4479.0
            }
        ],
        "expected_reward_tokens": 9495.48,
        "profit_sb": -4.52,
        "profit_sb_percentage": -0.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "6843c036-c8ab-4f37-8256-8ec97bb69c58",
            "gambit_id": "28f34923-1053-4ef7-aebb-99bcc264fd32",
            "last_updated": "2023-02-11T17:57:02.090069-05:00",
            "created_at": "2023-02-10T09:02:08.884103-05:00",
            "name": "Indiana Pacers",
            "reward": "1.72000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9060cb6d-2e5d-42ce-bd56-28d111222600/?format=api"
        },
        {
            "id": "b670fcd8-44f0-4ec6-a5a2-a9d5aa17bebf",
            "gambit_id": "32c0536f-c7a8-41bd-9c99-03e7ed55d5f6",
            "last_updated": "2023-02-11T17:57:02.091239-05:00",
            "created_at": "2023-02-10T09:02:08.885537-05:00",
            "name": "Phoenix Suns",
            "reward": "2.12000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9060cb6d-2e5d-42ce-bd56-28d111222600/?format=api"
        }
    ]
}