GET /api/bet_types/8b701ba8-aba6-424a-b39b-be89e09b61da/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8b701ba8-aba6-424a-b39b-be89e09b61da",
    "match": "https://api-prod.gambitprofit.com/api/matches/54e24bc3-e918-448c-9112-dc712e782865/?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": "Florida State",
                "amount": 5097.0
            },
            {
                "team": "UL Lafayette",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 9021.52,
        "profit_sb": 21.52,
        "profit_sb_percentage": 0.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "c8773981-e214-4d1d-a194-f8ab7ef9413e",
            "gambit_id": "04a24600-1825-4809-972b-c8e024eb5f14",
            "last_updated": "2022-11-21T12:04:05.457413-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Florida State",
            "reward": "1.77000",
            "odds": "1.86960",
            "spread": "-24.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8b701ba8-aba6-424a-b39b-be89e09b61da/?format=api"
        },
        {
            "id": "99fe3db0-3c66-46b6-9895-52ad413ec884",
            "gambit_id": "a56c3131-0bea-49a9-8d43-2603788a2a63",
            "last_updated": "2022-11-21T12:04:05.458548-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UL Lafayette",
            "reward": "1.84000",
            "odds": "1.95240",
            "spread": "24.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8b701ba8-aba6-424a-b39b-be89e09b61da/?format=api"
        }
    ]
}