GET /api/bet_types/8139ed53-0606-49df-a16c-73aff92e025c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8139ed53-0606-49df-a16c-73aff92e025c",
    "match": "https://api-prod.gambitprofit.com/api/matches/fbfe4180-3f38-44bd-97f1-5789046815bb/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-13T11:32:08.246558-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": "Texas Southern",
                "amount": 5784.0
            },
            {
                "team": "Fairleigh Dickinson",
                "amount": 4216.0
            }
        ],
        "expected_reward_tokens": 9485.76,
        "profit_sb": -14.24,
        "profit_sb_percentage": -0.15,
        "recommended": false
    },
    "lines": [
        {
            "id": "58424bb7-da28-4384-925d-f18c26ed9e39",
            "gambit_id": "764c9e7e-5c34-4ef7-9d1f-4a7b702cff21",
            "last_updated": "2023-03-16T17:37:25.162603-04:00",
            "created_at": "2023-03-13T11:32:08.250347-04:00",
            "name": "Texas Southern",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8139ed53-0606-49df-a16c-73aff92e025c/?format=api"
        },
        {
            "id": "8ab01ab1-e195-4ef0-b9c5-e534d97ff4f4",
            "gambit_id": "e327d897-1701-48c4-8263-17c10a567469",
            "last_updated": "2023-03-16T17:37:25.160224-04:00",
            "created_at": "2023-03-13T11:32:08.248299-04:00",
            "name": "Fairleigh Dickinson",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8139ed53-0606-49df-a16c-73aff92e025c/?format=api"
        }
    ]
}