GET /api/bet_types/8ba868c5-3433-4d78-a552-fe6a9cb7985c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8ba868c5-3433-4d78-a552-fe6a9cb7985c",
    "match": "https://api-prod.gambitprofit.com/api/matches/382ab831-b0df-47e4-869f-67a4b903c7fa/?format=api",
    "name": "FreeForm",
    "created_at": "2023-08-16T10:23:25.581143-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": "61a630dd-65c9-4e65-96dd-a38ce437b6b4",
            "gambit_id": "65da96a8-c3b5-421e-a012-aabf300a57fa",
            "last_updated": "2023-08-18T10:23:14.142628-04:00",
            "created_at": "2023-08-16T10:23:25.585118-04:00",
            "name": "Odd",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8ba868c5-3433-4d78-a552-fe6a9cb7985c/?format=api"
        },
        {
            "id": "83379064-bba5-44e6-9bb2-47047b0fea98",
            "gambit_id": "f6152def-4344-4b28-ac5e-29b958e4008e",
            "last_updated": "2023-08-18T10:23:14.147101-04:00",
            "created_at": "2023-08-16T10:23:25.591002-04:00",
            "name": "Even",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8ba868c5-3433-4d78-a552-fe6a9cb7985c/?format=api"
        }
    ]
}