GET /api/bet_types/59c6787d-fde6-48b3-ac33-5ba8baac9fcd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "59c6787d-fde6-48b3-ac33-5ba8baac9fcd",
    "match": "https://api-prod.gambitprofit.com/api/matches/4d09ebe1-8d86-44a3-b05d-4a22053506f8/?format=api",
    "name": "FreeForm",
    "created_at": "2023-11-11T09:08:07.744503-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": "Odd",
                "amount": 5000.0
            },
            {
                "team": "Even",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "f07828c3-dca4-422c-9884-62561c66cd3b",
            "gambit_id": "91f04253-a9b7-43bd-957b-57df0ce7ab75",
            "last_updated": "2023-11-13T15:13:23.053504-05:00",
            "created_at": "2023-11-11T09:08:07.749571-05:00",
            "name": "Odd",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59c6787d-fde6-48b3-ac33-5ba8baac9fcd/?format=api"
        },
        {
            "id": "cc324a66-788e-4877-ab4a-e6c91f37a757",
            "gambit_id": "160f9c37-cbde-4065-a235-a9904325712c",
            "last_updated": "2023-11-13T15:13:23.057224-05:00",
            "created_at": "2023-11-11T09:08:07.753739-05:00",
            "name": "Even",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59c6787d-fde6-48b3-ac33-5ba8baac9fcd/?format=api"
        }
    ]
}