GET /api/bet_types/76fe8071-16e4-4d9b-bba5-4b7598186990/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "76fe8071-16e4-4d9b-bba5-4b7598186990",
    "match": "https://api-prod.gambitprofit.com/api/matches/378c4a60-2963-48df-b2bd-0e89f5a5d537/?format=api",
    "name": "FreeForm",
    "created_at": "2023-05-15T11:36:58.924028-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": "Even",
                "amount": 5000.0
            },
            {
                "team": "Odd",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "17319923-7a99-4a49-bc1b-15d3ca936e9d",
            "gambit_id": "019f8391-f6df-41f8-8888-86c9e022be82",
            "last_updated": "2023-05-16T10:47:10.682162-04:00",
            "created_at": "2023-05-15T11:36:58.927813-04:00",
            "name": "Even",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/76fe8071-16e4-4d9b-bba5-4b7598186990/?format=api"
        },
        {
            "id": "6afdd87f-f6bc-4a35-ba29-8a253a2131fe",
            "gambit_id": "466218c7-7c42-48d0-876a-4fd85a916f6c",
            "last_updated": "2023-05-16T10:47:10.684847-04:00",
            "created_at": "2023-05-15T11:36:58.930374-04:00",
            "name": "Odd",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/76fe8071-16e4-4d9b-bba5-4b7598186990/?format=api"
        }
    ]
}