GET /api/bet_types/3418bbf6-b00d-49e4-85ac-98a2ecb7d1c8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3418bbf6-b00d-49e4-85ac-98a2ecb7d1c8",
    "match": "https://api-prod.gambitprofit.com/api/matches/0f3e56d5-c037-4887-9c38-5d2039a8e04d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-16T18:16:47.510818-04: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": "Minnesota Wild",
                "amount": 6611.0
            },
            {
                "team": "Dallas Stars",
                "amount": 3389.0
            }
        ],
        "expected_reward_tokens": 9387.53,
        "profit_sb": -112.47,
        "profit_sb_percentage": -1.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "34c8ed07-b5ca-4371-8c60-0f899082b4df",
            "gambit_id": "a6a9d5a1-3ccf-409a-9231-29edbadf1fa7",
            "last_updated": "2023-04-18T12:12:09.096037-04:00",
            "created_at": "2023-04-16T18:16:47.515137-04:00",
            "name": "Minnesota Wild",
            "reward": "1.42000",
            "odds": "1.44440",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3418bbf6-b00d-49e4-85ac-98a2ecb7d1c8/?format=api"
        },
        {
            "id": "24cd6b64-639a-4ead-b866-bc8badbd3334",
            "gambit_id": "a3bb42ac-b649-4caa-82f8-a19ed334ce6b",
            "last_updated": "2023-04-18T12:12:09.093525-04:00",
            "created_at": "2023-04-16T18:16:47.512873-04:00",
            "name": "Dallas Stars",
            "reward": "2.77000",
            "odds": "2.85000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3418bbf6-b00d-49e4-85ac-98a2ecb7d1c8/?format=api"
        }
    ]
}