GET /api/bet_types/f76fd595-a7b2-448a-8343-83c01f95ddb5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f76fd595-a7b2-448a-8343-83c01f95ddb5",
    "match": "https://api-prod.gambitprofit.com/api/matches/7c0e4dcb-5429-4ed7-a769-78df4d2d2bb0/?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": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "2792fc1e-f9e0-4303-b90b-a7116e645962",
            "gambit_id": "9792e2eb-e101-478d-b649-445ac4608cfd",
            "last_updated": "2022-09-22T15:17:21.201604-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Even",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f76fd595-a7b2-448a-8343-83c01f95ddb5/?format=api"
        },
        {
            "id": "79af061e-15c4-43b7-984e-4fd8c6db1493",
            "gambit_id": "363f8d9f-09bd-4fe8-be69-f7cbb8a5c885",
            "last_updated": "2022-09-22T15:17:21.202651-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Odd",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f76fd595-a7b2-448a-8343-83c01f95ddb5/?format=api"
        }
    ]
}