GET /api/bet_types/5d35b876-7125-4dd9-a656-d8bc2f92538d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5d35b876-7125-4dd9-a656-d8bc2f92538d",
    "match": "https://api-prod.gambitprofit.com/api/matches/062f5f25-68a5-47b1-a6a4-1f0377466bd8/?format=api",
    "name": "FreeForm",
    "created_at": "2023-10-28T18:48:25.090456-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": "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": "f8a3bddc-20a1-47f4-b979-a6096feb7aef",
            "gambit_id": "37cbd968-8021-4283-80cd-3074a1257e9d",
            "last_updated": "2023-10-30T13:23:28.784174-04:00",
            "created_at": "2023-10-28T18:48:25.094768-04:00",
            "name": "Odd",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d35b876-7125-4dd9-a656-d8bc2f92538d/?format=api"
        },
        {
            "id": "ab580765-2aa8-42b3-b6c7-8996c0525798",
            "gambit_id": "23de0ce8-4e00-4fcb-b4d0-0c5c2692f178",
            "last_updated": "2023-10-30T13:23:28.787741-04:00",
            "created_at": "2023-10-28T18:48:25.098656-04:00",
            "name": "Even",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d35b876-7125-4dd9-a656-d8bc2f92538d/?format=api"
        }
    ]
}