GET /api/bet_types/2d8e20fb-30fc-4544-b69f-1c4061d3953e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2d8e20fb-30fc-4544-b69f-1c4061d3953e",
    "match": "https://api-prod.gambitprofit.com/api/matches/f3f735dc-461b-4d9c-8ec1-1671569dec44/?format=api",
    "name": "FreeForm",
    "created_at": "2023-03-22T17:01:57.693739-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": "Odd",
                "amount": 5000.0
            },
            {
                "team": "Even",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "5fcca1d4-454d-4f21-871a-4e9f7e826fdf",
            "gambit_id": "409a0bfa-eb06-4422-9761-da73d994397a",
            "last_updated": "2023-03-24T11:01:59.407174-04:00",
            "created_at": "2023-03-22T17:01:57.698950-04:00",
            "name": "Odd",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d8e20fb-30fc-4544-b69f-1c4061d3953e/?format=api"
        },
        {
            "id": "b8bc526a-4a72-419a-9785-d5c504dd828a",
            "gambit_id": "af108cd4-6562-4b26-8596-d4cd4c3ed246",
            "last_updated": "2023-03-24T11:01:59.404049-04:00",
            "created_at": "2023-03-22T17:01:57.696222-04:00",
            "name": "Even",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d8e20fb-30fc-4544-b69f-1c4061d3953e/?format=api"
        }
    ]
}