GET /api/bet_types/3d055e83-447f-476e-b4c7-7cfc410a4e96/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3d055e83-447f-476e-b4c7-7cfc410a4e96",
    "match": "https://api-prod.gambitprofit.com/api/matches/d990619d-e947-43eb-858e-c5c1300a7db6/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-24T09:31:51.914551-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": 6825.0
            },
            {
                "team": "Winnipeg Jets",
                "amount": 3175.0
            }
        ],
        "expected_reward_tokens": 9555.0,
        "profit_sb": 55.0,
        "profit_sb_percentage": 0.58,
        "recommended": true
    },
    "lines": [
        {
            "id": "ffbcb807-7b62-4043-be8a-7737a11070bd",
            "gambit_id": "3aab9709-a7d0-4cba-abab-f57aab6ac4a6",
            "last_updated": "2023-01-25T14:12:08.787318-05:00",
            "created_at": "2023-01-24T09:31:51.915953-05:00",
            "name": "Nashville Predators",
            "reward": "1.40000",
            "odds": "1.40820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d055e83-447f-476e-b4c7-7cfc410a4e96/?format=api"
        },
        {
            "id": "e3bed34b-af56-446b-bdf6-9d36491121cc",
            "gambit_id": "99933499-df66-4a38-8339-e99c99b2e793",
            "last_updated": "2023-01-25T14:12:08.788443-05:00",
            "created_at": "2023-01-24T09:31:51.917388-05:00",
            "name": "Winnipeg Jets",
            "reward": "3.01000",
            "odds": "3.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d055e83-447f-476e-b4c7-7cfc410a4e96/?format=api"
        }
    ]
}