GET /api/bet_types/44fbf343-df20-4559-b69e-32c36d54dd93/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "44fbf343-df20-4559-b69e-32c36d54dd93",
    "match": "https://api-prod.gambitprofit.com/api/matches/1d3b8f28-8c8d-4657-b259-bd98262a4f29/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-28T15:07:04.615248-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": "Arlington Renegades",
                "amount": 5000.0
            },
            {
                "team": "Houston Roughnecks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "a23ceee4-b1b1-42fb-aba1-c73c4593db8c",
            "gambit_id": "a02647f2-b9de-4f8f-ae12-541a5fcca847",
            "last_updated": "2023-05-01T12:27:20.157540-04:00",
            "created_at": "2023-04-28T15:07:04.618245-04:00",
            "name": "Arlington Renegades",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/44fbf343-df20-4559-b69e-32c36d54dd93/?format=api"
        },
        {
            "id": "c391c3dc-7b73-4856-9d76-5f5e2d0b27a5",
            "gambit_id": "6487770f-d7ac-4922-84f1-ca49846fffbf",
            "last_updated": "2023-05-01T12:27:20.156188-04:00",
            "created_at": "2023-04-28T15:07:04.616722-04:00",
            "name": "Houston Roughnecks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/44fbf343-df20-4559-b69e-32c36d54dd93/?format=api"
        }
    ]
}