GET /api/bet_types/75b28ec5-6aac-4353-977d-37bfb32491d4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "75b28ec5-6aac-4353-977d-37bfb32491d4",
    "match": "https://api-prod.gambitprofit.com/api/matches/dc32e4dc-da8f-4b62-b98a-aebe4265dace/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-28T10:03:12.605925-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": "Indiana Pacers",
                "amount": 5107.0
            },
            {
                "team": "Chicago Bulls",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "b1c685ed-3371-43af-b594-3d13bacf02b5",
            "gambit_id": "8397f2d8-2059-482b-92b0-5cbcf1288baf",
            "last_updated": "2023-12-30T16:28:08.868446-05:00",
            "created_at": "2023-12-28T10:03:12.609660-05:00",
            "name": "Indiana Pacers",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/75b28ec5-6aac-4353-977d-37bfb32491d4/?format=api"
        },
        {
            "id": "8231d3f3-d173-4abe-88b9-b864cdebb74c",
            "gambit_id": "8feb2514-1bca-4d33-b78c-ac339e93b19b",
            "last_updated": "2023-12-30T16:28:08.878934-05:00",
            "created_at": "2023-12-28T10:03:12.614271-05:00",
            "name": "Chicago Bulls",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/75b28ec5-6aac-4353-977d-37bfb32491d4/?format=api"
        }
    ]
}