GET /api/bet_types/208a7f90-671c-4657-af9f-f00c0c7d9330/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "208a7f90-671c-4657-af9f-f00c0c7d9330",
    "match": "https://api-prod.gambitprofit.com/api/matches/86a1c597-d3b1-4b10-89ce-a227c58d01ab/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-17T23:07:15.606422-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": "Duke",
                "amount": 6100.0
            },
            {
                "team": "Tennessee",
                "amount": 3900.0
            }
        ],
        "expected_reward_tokens": 9516.0,
        "profit_sb": 16.0,
        "profit_sb_percentage": 0.17,
        "recommended": true
    },
    "lines": [
        {
            "id": "b56a87fd-fdf5-4c87-837c-99e7cb42874d",
            "gambit_id": "9faec5d7-f876-4397-a1a1-ff9cf9ecd7ab",
            "last_updated": "2023-03-19T16:37:10.326640-04:00",
            "created_at": "2023-03-17T23:07:15.611067-04:00",
            "name": "Duke",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/208a7f90-671c-4657-af9f-f00c0c7d9330/?format=api"
        },
        {
            "id": "4541812c-4bb4-4f95-a4ab-f51813832fd4",
            "gambit_id": "d87a01a7-b176-4a84-afed-38d65ab50e17",
            "last_updated": "2023-03-19T16:37:10.325202-04:00",
            "created_at": "2023-03-17T23:07:15.608589-04:00",
            "name": "Tennessee",
            "reward": "2.44000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/208a7f90-671c-4657-af9f-f00c0c7d9330/?format=api"
        }
    ]
}