GET /api/bet_types/10ab65e9-1d5a-4a05-afbd-ddbce7654243/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "10ab65e9-1d5a-4a05-afbd-ddbce7654243",
    "match": "https://api-prod.gambitprofit.com/api/matches/a1c2a82a-4f88-4493-8695-a6e0857d0073/?format=api",
    "name": "Play the Odds",
    "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": 5492.0
            },
            {
                "team": "Calgary Flames",
                "amount": 4508.0
            }
        ],
        "expected_reward_tokens": 9061.08,
        "profit_sb": 61.08,
        "profit_sb_percentage": 0.68,
        "recommended": true
    },
    "lines": [
        {
            "id": "9190553b-fa81-4cea-a15d-9baf5a3af431",
            "gambit_id": "0f7a8360-c5f4-485c-b74d-4235bd9fc704",
            "last_updated": "2022-11-04T09:17:41.050112-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Nashville Predators",
            "reward": "1.65000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/10ab65e9-1d5a-4a05-afbd-ddbce7654243/?format=api"
        },
        {
            "id": "4b195a47-c3d1-4bb4-9129-61bbaa515ed7",
            "gambit_id": "2b0b51bd-8c68-4cd0-b8a8-843a9dc7bd23",
            "last_updated": "2022-11-04T09:17:41.049127-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Calgary Flames",
            "reward": "2.01000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/10ab65e9-1d5a-4a05-afbd-ddbce7654243/?format=api"
        }
    ]
}