GET /api/bet_types/50a2c79f-ee0b-4111-abfa-3bf6f74fe10b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "50a2c79f-ee0b-4111-abfa-3bf6f74fe10b",
    "match": "https://api-prod.gambitprofit.com/api/matches/d0b77428-c9a3-41e8-9f34-d9cc25e3b1c5/?format=api",
    "name": "FreeForm",
    "created_at": "2023-08-18T10:28:07.090551-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": "c1e0a0b8-7562-449f-b6bc-eb797052c845",
            "gambit_id": "4f02e4ae-2109-4432-8f4d-c12057a25e86",
            "last_updated": "2023-08-22T09:28:31.526353-04:00",
            "created_at": "2023-08-18T10:28:07.094772-04:00",
            "name": "Odd",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/50a2c79f-ee0b-4111-abfa-3bf6f74fe10b/?format=api"
        },
        {
            "id": "b2be21ce-7bfc-4113-9ad3-f16ceae3c56b",
            "gambit_id": "16281104-9975-4af4-b806-76d7cafb69c4",
            "last_updated": "2023-08-22T09:28:31.531099-04:00",
            "created_at": "2023-08-18T10:28:07.098994-04:00",
            "name": "Even",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/50a2c79f-ee0b-4111-abfa-3bf6f74fe10b/?format=api"
        }
    ]
}