GET /api/bet_types/b4c7a649-933b-4258-9fbb-9a7bae79d62f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b4c7a649-933b-4258-9fbb-9a7bae79d62f",
    "match": "https://api-prod.gambitprofit.com/api/matches/f4ed9168-91a3-48c9-b9a9-fba13c7caf04/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-27T08:57:16.672053-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": "Indiana Pacers",
                "amount": 5000.0
            },
            {
                "team": "Milwaukee Bucks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "9f3e1b65-aa8a-4a5f-9e7a-256484a37c6b",
            "gambit_id": "577d3d4a-23ca-4739-a3db-260f49f68ea8",
            "last_updated": "2023-01-28T19:27:10.230943-05:00",
            "created_at": "2023-01-27T08:57:16.673301-05:00",
            "name": "Indiana Pacers",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b4c7a649-933b-4258-9fbb-9a7bae79d62f/?format=api"
        },
        {
            "id": "07a38846-6305-4633-aabb-b26a752136a9",
            "gambit_id": "645283dc-4c16-4772-9e11-1807d655185b",
            "last_updated": "2023-01-28T19:27:10.232082-05:00",
            "created_at": "2023-01-27T08:57:16.674644-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b4c7a649-933b-4258-9fbb-9a7bae79d62f/?format=api"
        }
    ]
}