GET /api/bet_types/ef67cf7f-9ea3-4c26-a7d0-d393321d58c7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ef67cf7f-9ea3-4c26-a7d0-d393321d58c7",
    "match": "https://api-prod.gambitprofit.com/api/matches/03bcde44-aea6-49e0-8cda-b413c2c51898/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Tulsa",
                "amount": 7944.0
            },
            {
                "team": "South Florida",
                "amount": 2056.0
            }
        ],
        "expected_reward_tokens": 9293.12,
        "profit_sb": 293.12,
        "profit_sb_percentage": 3.26,
        "recommended": true
    },
    "lines": [
        {
            "id": "55f25522-ccd6-4d52-92d8-0909e9500c1d",
            "gambit_id": "46bd34fa-6147-4b80-aae0-952661ef9ebd",
            "last_updated": "2022-11-19T10:33:53.953938-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tulsa",
            "reward": "1.17000",
            "odds": "1.18870",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef67cf7f-9ea3-4c26-a7d0-d393321d58c7/?format=api"
        },
        {
            "id": "33dbf04d-cc5f-4bad-a27c-8f393fc620b0",
            "gambit_id": "88b46a43-0f7a-4dc7-9691-8490776668c5",
            "last_updated": "2022-11-19T10:33:53.954917-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "South Florida",
            "reward": "4.52000",
            "odds": "5.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef67cf7f-9ea3-4c26-a7d0-d393321d58c7/?format=api"
        }
    ]
}