GET /api/bet_types/9f959694-daba-4bcc-920d-25c6fc370efc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9f959694-daba-4bcc-920d-25c6fc370efc",
    "match": "https://api-prod.gambitprofit.com/api/matches/710301a0-512c-4724-ae54-936b887f684c/?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": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "94ce2f1b-81c6-427a-96bd-bbc899e1b465",
            "gambit_id": "e4243f7b-9b8f-47dd-8595-f850907b80e2",
            "last_updated": "2022-10-11T13:37:24.821433-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Even",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f959694-daba-4bcc-920d-25c6fc370efc/?format=api"
        },
        {
            "id": "521f8476-1bcd-4116-a09f-b7e1fc1de97f",
            "gambit_id": "d9b0a6bc-88a5-4525-89bb-98f5ce56863c",
            "last_updated": "2022-10-11T13:37:24.822515-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Odd",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f959694-daba-4bcc-920d-25c6fc370efc/?format=api"
        }
    ]
}