GET /api/bet_types/85623cc1-91d7-4b84-b815-061dbde977bd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "85623cc1-91d7-4b84-b815-061dbde977bd",
    "match": "https://api-prod.gambitprofit.com/api/matches/4b3cd34c-0c9a-4225-9177-eaa75cf23988/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-07T13:41:47.815514-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": "San Jose Sharks",
                "amount": 5319.0
            },
            {
                "team": "Tampa Bay Lightning",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "204c7b97-0c81-4aa6-82e5-a078b2c9e717",
            "gambit_id": "6359b9bb-7687-41b2-aa8d-744d10c55108",
            "last_updated": "2023-02-08T16:31:56.402817-05:00",
            "created_at": "2023-02-07T13:41:47.818301-05:00",
            "name": "San Jose Sharks",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85623cc1-91d7-4b84-b815-061dbde977bd/?format=api"
        },
        {
            "id": "77acc9cc-3f06-40d3-82ed-03edd02683af",
            "gambit_id": "cf8cb633-fe11-4e31-9421-cc7c78977dbe",
            "last_updated": "2023-02-08T16:31:56.401338-05:00",
            "created_at": "2023-02-07T13:41:47.816831-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85623cc1-91d7-4b84-b815-061dbde977bd/?format=api"
        }
    ]
}