GET /api/bet_types/f0c43929-b3da-4819-80e9-dbbb0f6d6842/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f0c43929-b3da-4819-80e9-dbbb0f6d6842",
    "match": "https://api-prod.gambitprofit.com/api/matches/d70ae283-5b42-4904-90ca-b093779a2d3f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-19T08:32:57.359529-04: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": 6456.0
            },
            {
                "team": "Tampa Bay Lightning",
                "amount": 3544.0
            }
        ],
        "expected_reward_tokens": 9425.76,
        "profit_sb": -74.24,
        "profit_sb_percentage": -0.78,
        "recommended": false
    },
    "lines": [
        {
            "id": "df1c8ac2-b7b1-4379-a4b3-f8cc6b89995e",
            "gambit_id": "74d182ba-3462-4b57-a38e-515491b87e3f",
            "last_updated": "2023-10-20T11:28:25.281600-04:00",
            "created_at": "2023-10-19T08:32:57.365114-04:00",
            "name": "Vancouver Canucks",
            "reward": "1.46000",
            "odds": "1.48780",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f0c43929-b3da-4819-80e9-dbbb0f6d6842/?format=api"
        },
        {
            "id": "d89cafb0-42c1-4998-8ccd-f2f8d8ed5a2d",
            "gambit_id": "e304831c-e919-4b1e-b069-43dc24716560",
            "last_updated": "2023-10-20T11:28:25.297135-04:00",
            "created_at": "2023-10-19T08:32:57.373689-04:00",
            "name": "Tampa Bay Lightning",
            "reward": "2.66000",
            "odds": "2.75000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f0c43929-b3da-4819-80e9-dbbb0f6d6842/?format=api"
        }
    ]
}