GET /api/bet_types/caad6732-917d-4674-81b0-fea8d4dc8dc7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "caad6732-917d-4674-81b0-fea8d4dc8dc7",
    "match": "https://api-prod.gambitprofit.com/api/matches/dd95274e-70a1-4188-9876-705c94895769/?format=api",
    "name": "FreeForm",
    "created_at": "2023-05-22T11:27:16.273654-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": "8cc7d3f4-3430-470b-89a0-c52c7f056460",
            "gambit_id": "337ebfdb-349b-4a6e-a1e3-986953406c3a",
            "last_updated": "2023-05-25T13:47:09.794475-04:00",
            "created_at": "2023-05-22T11:27:16.275683-04:00",
            "name": "Even",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/caad6732-917d-4674-81b0-fea8d4dc8dc7/?format=api"
        },
        {
            "id": "7952bede-cffe-4e84-b33c-0ddf7fa24711",
            "gambit_id": "dbc8400e-e2af-4ac8-9475-43f04ed99bb7",
            "last_updated": "2023-05-25T13:47:09.797285-04:00",
            "created_at": "2023-05-22T11:27:16.277546-04:00",
            "name": "Odd",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/caad6732-917d-4674-81b0-fea8d4dc8dc7/?format=api"
        }
    ]
}