GET /api/bet_types/9c976b5d-4432-4a8c-a460-1cdd4730ba56/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9c976b5d-4432-4a8c-a460-1cdd4730ba56",
    "match": "https://api-prod.gambitprofit.com/api/matches/97b39bc3-54ca-4958-8169-48502ed9dcf8/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-14T12:02:17.000770-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": "Houston Roughnecks",
                "amount": 5000.0
            },
            {
                "team": "Vegas Vipers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "104574f0-800f-49e2-9644-995a196d2a20",
            "gambit_id": "7ad97452-7d24-46bd-8ffd-6643825aa3d8",
            "last_updated": "2023-04-17T11:42:04.195850-04:00",
            "created_at": "2023-04-14T12:02:17.003223-04:00",
            "name": "Houston Roughnecks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9c976b5d-4432-4a8c-a460-1cdd4730ba56/?format=api"
        },
        {
            "id": "fa28f84d-0cb5-4b50-b073-ef8f6f01f07f",
            "gambit_id": "f98cb3ae-afde-4022-9309-1e5883f34f15",
            "last_updated": "2023-04-17T11:42:04.197870-04:00",
            "created_at": "2023-04-14T12:02:17.004888-04:00",
            "name": "Vegas Vipers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9c976b5d-4432-4a8c-a460-1cdd4730ba56/?format=api"
        }
    ]
}