GET /api/bet_types/3c648508-a7de-46fc-a4a7-376b9d3335f2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3c648508-a7de-46fc-a4a7-376b9d3335f2",
    "match": "https://api-prod.gambitprofit.com/api/matches/183277ab-dc2e-438c-8df6-12230b940c9d/?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": 9100.0,
        "profit_sb": 100.0,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "7ea8e954-6e8b-4c57-a9d0-cbffea65d1a6",
            "gambit_id": "25c42471-c2be-467e-9b54-53cbccf70f44",
            "last_updated": "2022-08-25T10:57:03.401557-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Even",
            "reward": "1.82000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c648508-a7de-46fc-a4a7-376b9d3335f2/?format=api"
        },
        {
            "id": "9e47aa12-4bdf-4a07-9c95-b6d14d6f8d91",
            "gambit_id": "1381fee5-ec11-47a1-9447-30a9e26ad18c",
            "last_updated": "2022-08-25T10:57:03.402074-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Odd",
            "reward": "1.82000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c648508-a7de-46fc-a4a7-376b9d3335f2/?format=api"
        }
    ]
}