GET /api/bet_types/751dd6e1-da40-48d6-83ff-17ce7348a6ee/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "751dd6e1-da40-48d6-83ff-17ce7348a6ee",
    "match": "https://api-prod.gambitprofit.com/api/matches/24e6d727-1d4a-4344-8ffb-ce89f931e593/?format=api",
    "name": "FreeForm",
    "created_at": "2023-12-30T10:43:16.899676-05: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": "647fbc9d-438e-466a-a3c0-e9d11d7fa844",
            "gambit_id": "d0725b96-85b6-4387-9d91-12cb46d8c03b",
            "last_updated": "2024-01-02T10:48:18.642144-05:00",
            "created_at": "2023-12-30T10:43:16.903569-05:00",
            "name": "Odd",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/751dd6e1-da40-48d6-83ff-17ce7348a6ee/?format=api"
        },
        {
            "id": "56e306ff-e3fa-4279-9afa-fd8cf73a7a21",
            "gambit_id": "1e624bb3-b8f6-4c49-8e7f-9731b9795de2",
            "last_updated": "2024-01-02T10:48:18.645630-05:00",
            "created_at": "2023-12-30T10:43:16.907428-05:00",
            "name": "Even",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/751dd6e1-da40-48d6-83ff-17ce7348a6ee/?format=api"
        }
    ]
}