GET /api/bet_types/95a1942e-1bcd-4398-8dc6-5fe7a76c7fc2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "95a1942e-1bcd-4398-8dc6-5fe7a76c7fc2",
    "match": "https://api-prod.gambitprofit.com/api/matches/d4d50e75-90a9-4ea0-a7f5-5ddf98f4b5db/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-14T12:02:15.399903-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": "CHC",
                "amount": 5773.0
            },
            {
                "team": "LOS",
                "amount": 4227.0
            }
        ],
        "expected_reward_tokens": 9467.72,
        "profit_sb": -32.28,
        "profit_sb_percentage": -0.34,
        "recommended": false
    },
    "lines": [
        {
            "id": "4a95059e-b92b-4757-ac07-0c16aea01160",
            "gambit_id": "6a4c5a21-8efe-4172-b3ef-eb60b6c97e1d",
            "last_updated": "2023-04-15T15:32:04.505585-04:00",
            "created_at": "2023-04-14T12:02:15.402722-04:00",
            "name": "CHC",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/95a1942e-1bcd-4398-8dc6-5fe7a76c7fc2/?format=api"
        },
        {
            "id": "bec4688c-8106-4914-8980-2c279f420b26",
            "gambit_id": "588b3250-57ff-40b2-91d2-7fdce5536db9",
            "last_updated": "2023-04-15T15:32:04.504106-04:00",
            "created_at": "2023-04-14T12:02:15.401291-04:00",
            "name": "LOS",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/95a1942e-1bcd-4398-8dc6-5fe7a76c7fc2/?format=api"
        }
    ]
}