GET /api/bet_types/3df45e7b-a8d9-4c01-837d-bf818166c304/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3df45e7b-a8d9-4c01-837d-bf818166c304",
    "match": "https://api-prod.gambitprofit.com/api/matches/43aa706f-4604-4232-a4c9-b68324b64de3/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-09T08:48:02.031272-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": "PHI",
                "amount": 5861.0
            },
            {
                "team": "ATL",
                "amount": 4139.0
            }
        ],
        "expected_reward_tokens": 9436.21,
        "profit_sb": -63.79,
        "profit_sb_percentage": -0.67,
        "recommended": false
    },
    "lines": [
        {
            "id": "e0881fb0-2030-4176-bf3b-0061675b92a4",
            "gambit_id": "5834ccb4-491c-4504-b397-692269fec8d4",
            "last_updated": "2023-10-10T09:48:21.944154-04:00",
            "created_at": "2023-10-09T08:48:02.036366-04:00",
            "name": "PHI",
            "reward": "1.61000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3df45e7b-a8d9-4c01-837d-bf818166c304/?format=api"
        },
        {
            "id": "af238cf8-e4c9-4cd8-ad5c-9b13fab76073",
            "gambit_id": "9f4e9eae-e03d-4d2b-9261-d9f9b8301513",
            "last_updated": "2023-10-10T09:48:21.947478-04:00",
            "created_at": "2023-10-09T08:48:02.054875-04:00",
            "name": "ATL",
            "reward": "2.28000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3df45e7b-a8d9-4c01-837d-bf818166c304/?format=api"
        }
    ]
}