GET /api/bet_types/90a40b2f-81c5-490a-bd57-199cc4c91f82/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "90a40b2f-81c5-490a-bd57-199cc4c91f82",
    "match": "https://api-prod.gambitprofit.com/api/matches/869148cf-928a-4e41-b6b0-8eede7bc17b6/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-23T09:06:50.683497-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": "Ottawa Senators",
                "amount": 6547.0
            },
            {
                "team": "Tampa Bay Lightning",
                "amount": 3453.0
            }
        ],
        "expected_reward_tokens": 9426.69,
        "profit_sb": -73.31,
        "profit_sb_percentage": -0.77,
        "recommended": false
    },
    "lines": [
        {
            "id": "dfa1558c-8d24-4be1-8305-1b04ea6eb09b",
            "gambit_id": "f681d472-0dea-4d80-bd62-343f45ba67c8",
            "last_updated": "2023-03-24T10:56:53.188860-04:00",
            "created_at": "2023-03-23T09:06:50.685270-04:00",
            "name": "Ottawa Senators",
            "reward": "1.44000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/90a40b2f-81c5-490a-bd57-199cc4c91f82/?format=api"
        },
        {
            "id": "422df81d-c2e9-4a33-a636-54c63aad59d4",
            "gambit_id": "073b1241-2858-472b-83ee-270cc68c4169",
            "last_updated": "2023-03-24T10:56:53.191556-04:00",
            "created_at": "2023-03-23T09:06:50.687728-04:00",
            "name": "Tampa Bay Lightning",
            "reward": "2.73000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/90a40b2f-81c5-490a-bd57-199cc4c91f82/?format=api"
        }
    ]
}