GET /api/bet_types/a58a7a15-f9df-4de3-9edc-15bc1bbcd9c4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a58a7a15-f9df-4de3-9edc-15bc1bbcd9c4",
    "match": "https://api-prod.gambitprofit.com/api/matches/607b992a-4556-4670-8479-f7aca9846961/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Nashville Predators",
                "amount": 5208.0
            },
            {
                "team": "St Louis Blues",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "ce99db87-fc8d-4d26-9089-6a511ac98507",
            "gambit_id": "e9a15d26-66e0-4f44-a8df-4ba5b6261b9f",
            "last_updated": "2022-12-13T10:07:01.527451-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Nashville Predators",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a58a7a15-f9df-4de3-9edc-15bc1bbcd9c4/?format=api"
        },
        {
            "id": "5eb4589a-181c-4b57-ba7a-dd4d86c99697",
            "gambit_id": "1c73b316-29c2-4759-9db4-b9880e2a37ec",
            "last_updated": "2022-12-13T10:07:01.526349-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "St Louis Blues",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a58a7a15-f9df-4de3-9edc-15bc1bbcd9c4/?format=api"
        }
    ]
}