GET /api/bet_types/d828e7da-ef1c-472f-828c-dfe555da3a2c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d828e7da-ef1c-472f-828c-dfe555da3a2c",
    "match": "https://api-prod.gambitprofit.com/api/matches/e9aad6fd-5405-4ed0-8f36-6384cf1d9282/?format=api",
    "name": "FreeForm",
    "created_at": "2022-12-31T00:17:10.749115-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": "Even",
                "amount": 5000.0
            },
            {
                "team": "Odd",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "6392199f-93e4-45d7-8a2b-ca6415683df4",
            "gambit_id": "2bc9f07b-f2cf-4e80-b6bb-2cf1f2ff6599",
            "last_updated": "2023-01-01T14:36:48.071640-05:00",
            "created_at": "2022-12-31T00:17:10.750300-05:00",
            "name": "Even",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d828e7da-ef1c-472f-828c-dfe555da3a2c/?format=api"
        },
        {
            "id": "500c36d7-f7d8-4a72-8e23-eab6689d6dcb",
            "gambit_id": "08b934a3-1a18-4b0b-a02f-adbfa86cbd82",
            "last_updated": "2023-01-01T14:36:48.072848-05:00",
            "created_at": "2022-12-31T00:17:10.751490-05:00",
            "name": "Odd",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d828e7da-ef1c-472f-828c-dfe555da3a2c/?format=api"
        }
    ]
}