GET /api/bet_types/2c6b0287-7387-4fff-a5cd-616c7e77b583/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2c6b0287-7387-4fff-a5cd-616c7e77b583",
    "match": "https://api-prod.gambitprofit.com/api/matches/905291d9-311b-4ac8-8f90-3e9c1ed16e5a/?format=api",
    "name": "FreeForm",
    "created_at": "2023-07-24T08:13:23.137649-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": "f7becea7-331e-4b32-a154-f36a2807925c",
            "gambit_id": "c0e8dae5-b1c6-4756-b815-2cb685c51b30",
            "last_updated": "2023-07-25T20:23:06.722194-04:00",
            "created_at": "2023-07-24T08:13:23.142909-04:00",
            "name": "Odd",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c6b0287-7387-4fff-a5cd-616c7e77b583/?format=api"
        },
        {
            "id": "58463222-c6c1-4e82-9d2a-f7b7cb89e874",
            "gambit_id": "b98cf062-77a7-4475-860d-875bfb440b20",
            "last_updated": "2023-07-25T20:23:06.725676-04:00",
            "created_at": "2023-07-24T08:13:23.148231-04:00",
            "name": "Even",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c6b0287-7387-4fff-a5cd-616c7e77b583/?format=api"
        }
    ]
}