GET /api/bet_types/8bccac57-cc65-4085-bcb1-6996c5ce4c91/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8bccac57-cc65-4085-bcb1-6996c5ce4c91",
    "match": "https://api-prod.gambitprofit.com/api/matches/2403cdf6-3092-4f86-884d-bdc3ebc1a3cb/?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": "NYM",
                "amount": 5990.0
            },
            {
                "team": "WAS",
                "amount": 4010.0
            }
        ],
        "expected_reward_tokens": 9223.0,
        "profit_sb": 223.0,
        "profit_sb_percentage": 2.48,
        "recommended": true
    },
    "lines": [
        {
            "id": "8b532cb9-5b0d-42a7-a174-f9ea9a89f6b9",
            "gambit_id": "a0925f2c-37c0-44fb-a8b6-7e840cd5fffa",
            "last_updated": "2022-09-05T10:21:59.685471-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYM",
            "reward": "1.54000",
            "odds": "1.60610",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8bccac57-cc65-4085-bcb1-6996c5ce4c91/?format=api"
        },
        {
            "id": "f4a7a870-bce7-40f0-b99e-31cb9d078c77",
            "gambit_id": "2abd2f2d-c11a-4ba3-b3a5-2e5d9b62baf7",
            "last_updated": "2022-09-05T10:21:59.686455-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "WAS",
            "reward": "2.30000",
            "odds": "2.45000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8bccac57-cc65-4085-bcb1-6996c5ce4c91/?format=api"
        }
    ]
}