GET /api/bet_types/34a5def9-c95c-4cca-86c3-95ffdf6bbb67/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "34a5def9-c95c-4cca-86c3-95ffdf6bbb67",
    "match": "https://api-prod.gambitprofit.com/api/matches/b07449de-f0fa-4041-833b-8ff90cd1b676/?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": "Mississippi State",
                "amount": 5000.0
            },
            {
                "team": "Memphis",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "04b0a45e-6dda-4890-8beb-bbfaaa32037c",
            "gambit_id": "ffb5d1ec-0b24-46fd-9487-021935590edc",
            "last_updated": "2022-09-05T09:32:19.524867-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Mississippi State",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "-17.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/34a5def9-c95c-4cca-86c3-95ffdf6bbb67/?format=api"
        },
        {
            "id": "51b0db55-9994-49ae-844c-e41b3a6cbcf3",
            "gambit_id": "a186c537-a8b5-4fed-bdb2-70fa9a440e35",
            "last_updated": "2022-09-05T09:32:19.525902-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Memphis",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "17.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/34a5def9-c95c-4cca-86c3-95ffdf6bbb67/?format=api"
        }
    ]
}