GET /api/bet_types/2a22b6e3-4c0f-4423-8198-bb814c3900f0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2a22b6e3-4c0f-4423-8198-bb814c3900f0",
    "match": "https://api-prod.gambitprofit.com/api/matches/3a529e26-ab3a-4c30-a608-414ad88bcd70/?format=api",
    "name": "FreeForm",
    "created_at": "1969-12-31T19:00:00-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": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "55ba3bf7-e53e-4786-ac1d-9c46874f1344",
            "gambit_id": "aeef9d15-7997-40a3-9844-c56e286795bc",
            "last_updated": "2022-09-05T10:57:25.673352-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Even",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a22b6e3-4c0f-4423-8198-bb814c3900f0/?format=api"
        },
        {
            "id": "9d0c9586-6f72-44ec-a8df-f54dbe37a3cf",
            "gambit_id": "3d87e2eb-a0a4-4279-b213-38a68924cb72",
            "last_updated": "2022-09-05T10:57:25.674468-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Odd",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a22b6e3-4c0f-4423-8198-bb814c3900f0/?format=api"
        }
    ]
}