GET /api/bet_types/963c7bea-b725-4d42-84c4-6570c0fedb0d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "963c7bea-b725-4d42-84c4-6570c0fedb0d",
    "match": "https://api-prod.gambitprofit.com/api/matches/3a9ae86f-b4ef-4a72-a80d-b7b3cfe83f9c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-21T10:22:13.514474-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": "Tampa Bay Lightning",
                "amount": 6927.0
            },
            {
                "team": "Calgary Flames",
                "amount": 3073.0
            }
        ],
        "expected_reward_tokens": 9557.03,
        "profit_sb": 57.03,
        "profit_sb_percentage": 0.6,
        "recommended": true
    },
    "lines": [
        {
            "id": "79619212-ab9a-47d7-81af-e4c00f6d16dc",
            "gambit_id": "11e84d0d-7a45-40c8-b3cb-5b26795fcfe5",
            "last_updated": "2023-01-23T10:21:53.663102-05:00",
            "created_at": "2023-01-21T10:22:13.517558-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "1.38000",
            "odds": "1.39220",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/963c7bea-b725-4d42-84c4-6570c0fedb0d/?format=api"
        },
        {
            "id": "635b62cd-ecfa-42a4-8bf9-578c2bf5544f",
            "gambit_id": "5fb9c806-ff18-4aa3-8d25-36fa0a3dbaa7",
            "last_updated": "2023-01-23T10:21:53.661824-05:00",
            "created_at": "2023-01-21T10:22:13.516114-05:00",
            "name": "Calgary Flames",
            "reward": "3.11000",
            "odds": "3.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/963c7bea-b725-4d42-84c4-6570c0fedb0d/?format=api"
        }
    ]
}