GET /api/bet_types/4d9f927b-588c-47aa-9a15-2b1f3c01d7b9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4d9f927b-588c-47aa-9a15-2b1f3c01d7b9",
    "match": "https://api-prod.gambitprofit.com/api/matches/8f8fd714-0767-4c1d-8925-cfe7b82cc675/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-22T09:52:58.113158-04: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": "Molly McCann",
                "amount": 6402.0
            },
            {
                "team": "Julija Stoliarenko",
                "amount": 3598.0
            }
        ],
        "expected_reward_tokens": 9282.84,
        "profit_sb": -217.16,
        "profit_sb_percentage": -2.29,
        "recommended": false
    },
    "lines": [
        {
            "id": "f3dde20b-53cf-40d7-8fee-76534bf710c9",
            "gambit_id": "6d42cb89-0075-42c1-90ae-edbf30777c65",
            "last_updated": "2023-07-23T22:07:59.180049-04:00",
            "created_at": "2023-07-22T09:52:58.121813-04:00",
            "name": "Molly McCann",
            "reward": "1.45000",
            "odds": "1.47620",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d9f927b-588c-47aa-9a15-2b1f3c01d7b9/?format=api"
        },
        {
            "id": "4d8ed092-ab64-42d5-af46-12ed49153140",
            "gambit_id": "e20b2b38-8f7f-4e57-b276-5d2f57f3e0b5",
            "last_updated": "2023-07-23T22:07:59.176896-04:00",
            "created_at": "2023-07-22T09:52:58.117201-04:00",
            "name": "Julija Stoliarenko",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d9f927b-588c-47aa-9a15-2b1f3c01d7b9/?format=api"
        }
    ]
}