GET /api/bet_types/165efa1b-48d6-4272-9c33-1c9a69b00dec/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "165efa1b-48d6-4272-9c33-1c9a69b00dec",
    "match": "https://api-prod.gambitprofit.com/api/matches/43ba5a38-8293-4ffd-9299-69b343df973f/?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 Atlantic",
                "amount": 5000.0
            },
            {
                "team": "Ohio",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "c7b0af98-b381-4655-9d97-ee853986c93b",
            "gambit_id": "204f3442-49a8-471b-81cc-3d2312b504ff",
            "last_updated": "2022-09-05T09:47:21.609867-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Florida Atlantic",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "-6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/165efa1b-48d6-4272-9c33-1c9a69b00dec/?format=api"
        },
        {
            "id": "f20611f0-395c-4e2b-afaf-57ea2f82d4f1",
            "gambit_id": "fbdaae8b-73ee-4f80-95ae-3d10c3f634bb",
            "last_updated": "2022-09-05T09:47:21.608714-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Ohio",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/165efa1b-48d6-4272-9c33-1c9a69b00dec/?format=api"
        }
    ]
}