GET /api/bet_types/5ec6e599-f6d0-4882-8440-a8278fda710c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5ec6e599-f6d0-4882-8440-a8278fda710c",
    "match": "https://api-prod.gambitprofit.com/api/matches/6af6f66a-46ea-4366-af0e-e9d99e566585/?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": "OAK",
                "amount": 5668.0
            },
            {
                "team": "BAL",
                "amount": 4332.0
            }
        ],
        "expected_reward_tokens": 9182.16,
        "profit_sb": 182.16,
        "profit_sb_percentage": 2.02,
        "recommended": true
    },
    "lines": [
        {
            "id": "4259a7ff-841d-483a-adfc-aaa5a144483a",
            "gambit_id": "84f0c319-c584-4a93-9dce-470c6f275008",
            "last_updated": "2022-09-03T19:57:07.131911-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "OAK",
            "reward": "1.62000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ec6e599-f6d0-4882-8440-a8278fda710c/?format=api"
        },
        {
            "id": "f63686af-7962-4054-9f28-133973e0ff4b",
            "gambit_id": "135be348-ab6e-44a9-a2a4-0e4058ba1810",
            "last_updated": "2022-09-03T19:57:07.130938-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BAL",
            "reward": "2.12000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ec6e599-f6d0-4882-8440-a8278fda710c/?format=api"
        }
    ]
}