GET /api/bet_types/b8f3d151-6e5a-47ff-b6de-f907fe3a6c27/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b8f3d151-6e5a-47ff-b6de-f907fe3a6c27",
    "match": "https://api-prod.gambitprofit.com/api/matches/d7cd54a8-e55a-4b20-b9d8-2bb8303ab247/?format=api",
    "name": "FreeForm",
    "created_at": "2023-09-20T09:33:07.341664-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": "92f1d459-dac8-471f-81d0-a65a01bb1532",
            "gambit_id": "b5b52a09-e750-4c3d-bbaf-fcddd1ba4bb3",
            "last_updated": "2023-09-23T10:28:11.070791-04:00",
            "created_at": "2023-09-20T09:33:07.347921-04:00",
            "name": "Odd",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b8f3d151-6e5a-47ff-b6de-f907fe3a6c27/?format=api"
        },
        {
            "id": "16e6a022-a89b-4bb8-966b-efaaa0e4854a",
            "gambit_id": "7136c43b-25a7-4232-9272-089f6be251d7",
            "last_updated": "2023-09-23T10:28:11.082574-04:00",
            "created_at": "2023-09-20T09:33:07.352799-04:00",
            "name": "Even",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b8f3d151-6e5a-47ff-b6de-f907fe3a6c27/?format=api"
        }
    ]
}