GET /api/bet_types/d5dfe6a8-cd8d-45c2-a083-ccf8389a4eee/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d5dfe6a8-cd8d-45c2-a083-ccf8389a4eee",
    "match": "https://api-prod.gambitprofit.com/api/matches/7600bc21-c6a0-418e-8231-c60a35f4c9f8/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-06T08:07:12.604648-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": "Vancouver Canucks",
                "amount": 6942.0
            },
            {
                "team": "Nashville Predators",
                "amount": 3058.0
            }
        ],
        "expected_reward_tokens": 9510.38,
        "profit_sb": 10.38,
        "profit_sb_percentage": 0.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "579ce3d3-332e-4730-81e4-90b310ad8829",
            "gambit_id": "d1133814-2090-44bf-943e-6116dec6c662",
            "last_updated": "2023-03-07T10:36:49.124070-05:00",
            "created_at": "2023-03-06T08:07:12.605836-05:00",
            "name": "Vancouver Canucks",
            "reward": "1.37000",
            "odds": "1.38460",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5dfe6a8-cd8d-45c2-a083-ccf8389a4eee/?format=api"
        },
        {
            "id": "eb1d3f63-c496-45f0-91e8-dbac153cba95",
            "gambit_id": "88ef964e-7751-47e8-b449-5b76fa4da2db",
            "last_updated": "2023-03-07T10:36:49.125343-05:00",
            "created_at": "2023-03-06T08:07:12.607132-05:00",
            "name": "Nashville Predators",
            "reward": "3.11000",
            "odds": "3.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5dfe6a8-cd8d-45c2-a083-ccf8389a4eee/?format=api"
        }
    ]
}