GET /api/bet_types/8a2e79df-871d-4545-8202-07f237600c3d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8a2e79df-871d-4545-8202-07f237600c3d",
    "match": "https://api-prod.gambitprofit.com/api/matches/2744e258-23fb-4bfc-acde-45eac6c96b27/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-12T08:37:11.138086-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": 6575.0
            },
            {
                "team": "Milwaukee Bucks",
                "amount": 3425.0
            }
        ],
        "expected_reward_tokens": 9007.75,
        "profit_sb": 7.75,
        "profit_sb_percentage": 0.09,
        "recommended": true
    },
    "lines": [
        {
            "id": "e257032a-a3f8-407f-a090-b746e8d07490",
            "gambit_id": "6a9fce3b-65c9-4c99-ab70-314cd7950d6e",
            "last_updated": "2023-01-13T11:32:07.967263-05:00",
            "created_at": "2023-01-12T08:37:11.139218-05:00",
            "name": "Miami Heat",
            "reward": "1.37000",
            "odds": "1.43480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8a2e79df-871d-4545-8202-07f237600c3d/?format=api"
        },
        {
            "id": "668bf987-723c-492b-bbf4-becfa9271aec",
            "gambit_id": "b4887f96-61d6-4b4b-84f4-3dfba878c779",
            "last_updated": "2023-01-13T11:32:07.968315-05:00",
            "created_at": "2023-01-12T08:37:11.140374-05:00",
            "name": "Milwaukee Bucks",
            "reward": "2.63000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8a2e79df-871d-4545-8202-07f237600c3d/?format=api"
        }
    ]
}