GET /api/bet_types/456c3b30-0465-4074-b0f2-8ce70aa0b940/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "456c3b30-0465-4074-b0f2-8ce70aa0b940",
    "match": "https://api-prod.gambitprofit.com/api/matches/a4686d9e-9253-4aac-bde1-ee118331bf2d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-02T08:23:16.602236-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": "BOS",
                "amount": 6324.0
            },
            {
                "team": "SEA",
                "amount": 3676.0
            }
        ],
        "expected_reward_tokens": 9484.08,
        "profit_sb": -15.92,
        "profit_sb_percentage": -0.17,
        "recommended": false
    },
    "lines": [
        {
            "id": "e8efe212-75cc-4340-84f8-79aff34a538e",
            "gambit_id": "3f7a9404-743a-4184-897f-cc7e400d2638",
            "last_updated": "2023-08-04T09:43:17.744642-04:00",
            "created_at": "2023-08-02T08:23:16.607463-04:00",
            "name": "BOS",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/456c3b30-0465-4074-b0f2-8ce70aa0b940/?format=api"
        },
        {
            "id": "547c659c-2c5c-44a8-8c83-88f7b3e94c2e",
            "gambit_id": "ce87e806-e09e-4a2d-a892-ac65d4fef588",
            "last_updated": "2023-08-04T09:43:17.749587-04:00",
            "created_at": "2023-08-02T08:23:16.613355-04:00",
            "name": "SEA",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/456c3b30-0465-4074-b0f2-8ce70aa0b940/?format=api"
        }
    ]
}