GET /api/bet_types/f827b65c-d798-445e-a701-6dc885214b5a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f827b65c-d798-445e-a701-6dc885214b5a",
    "match": "https://api-prod.gambitprofit.com/api/matches/b7ea4164-cf2d-40a6-9d39-c17cf6f8a122/?format=api",
    "name": "FreeForm",
    "created_at": "2023-05-29T11:47:15.144689-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": "Even",
                "amount": 5000.0
            },
            {
                "team": "Odd",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "0a849382-58f7-4485-ac9a-a111d7274a36",
            "gambit_id": "a6801e1c-10fd-498c-8f5c-886bbb72741b",
            "last_updated": "2023-05-30T10:47:22.628361-04:00",
            "created_at": "2023-05-29T11:47:15.149087-04:00",
            "name": "Even",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f827b65c-d798-445e-a701-6dc885214b5a/?format=api"
        },
        {
            "id": "60df815d-43ad-4d05-9727-71983f2e0f82",
            "gambit_id": "2885caed-6f9e-4618-8e82-2581730ff6e7",
            "last_updated": "2023-05-30T10:47:22.626163-04:00",
            "created_at": "2023-05-29T11:47:15.146967-04:00",
            "name": "Odd",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f827b65c-d798-445e-a701-6dc885214b5a/?format=api"
        }
    ]
}