GET /api/bet_types/84f361c8-4ede-4f81-b92c-eb2bdc9084d5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "84f361c8-4ede-4f81-b92c-eb2bdc9084d5",
    "match": "https://api-prod.gambitprofit.com/api/matches/cfd2a865-fab9-4017-af8f-03d09d22ee12/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-22T11:27:14.744515-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": "ATL (C Morton)",
                "amount": 5878.0
            },
            {
                "team": "LOS (G Stone)",
                "amount": 4122.0
            }
        ],
        "expected_reward_tokens": 9521.82,
        "profit_sb": 21.82,
        "profit_sb_percentage": 0.23,
        "recommended": true
    },
    "lines": [
        {
            "id": "d7a04b30-2ce7-4c3c-8b02-e6d7822ae619",
            "gambit_id": "835651a9-90b4-4ced-9f7c-33c4d5325608",
            "last_updated": "2023-05-25T13:47:06.488151-04:00",
            "created_at": "2023-05-22T11:27:14.745806-04:00",
            "name": "ATL (C Morton)",
            "reward": "1.62000",
            "odds": "1.65360",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/84f361c8-4ede-4f81-b92c-eb2bdc9084d5/?format=api"
        },
        {
            "id": "a99e2c6c-7771-4f6c-8924-1cef0705893f",
            "gambit_id": "384e4c52-bba2-457b-856e-59541e3d4f90",
            "last_updated": "2023-05-25T13:47:06.485860-04:00",
            "created_at": "2023-05-22T11:27:14.747255-04:00",
            "name": "LOS (G Stone)",
            "reward": "2.31000",
            "odds": "2.38000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/84f361c8-4ede-4f81-b92c-eb2bdc9084d5/?format=api"
        }
    ]
}