GET /api/bet_types/2937a074-89ac-45ed-9d8d-0615e93a4811/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2937a074-89ac-45ed-9d8d-0615e93a4811",
    "match": "https://api-prod.gambitprofit.com/api/matches/0558315f-e9cf-4cbd-904c-bca5d42660be/?format=api",
    "name": "FreeForm",
    "created_at": "2023-07-01T10:28:21.217302-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": "9f00a78c-891d-4b0f-86a8-b8a687c656d5",
            "gambit_id": "65932b33-3ba4-4861-a3ae-3352145a10e6",
            "last_updated": "2023-07-03T10:43:05.404062-04:00",
            "created_at": "2023-07-01T10:28:21.219968-04:00",
            "name": "Odd",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2937a074-89ac-45ed-9d8d-0615e93a4811/?format=api"
        },
        {
            "id": "71ab1642-f6c6-41d8-9cd0-da5050992186",
            "gambit_id": "21c5f24e-86d3-4af1-a674-b46939aaafb1",
            "last_updated": "2023-07-03T10:43:05.406041-04:00",
            "created_at": "2023-07-01T10:28:21.222767-04:00",
            "name": "Even",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2937a074-89ac-45ed-9d8d-0615e93a4811/?format=api"
        }
    ]
}