GET /api/bet_types/222cd130-11b8-493e-8fb7-0d6886444fb1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "222cd130-11b8-493e-8fb7-0d6886444fb1",
    "match": "https://api-prod.gambitprofit.com/api/matches/f193534c-2458-495d-8e13-b51ae75826f3/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Portland Trail Blazers",
                "amount": 5000.0
            },
            {
                "team": "Oklahoma City Thunder",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8950.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.56,
        "recommended": false
    },
    "lines": [
        {
            "id": "c2f317b7-0af5-48cb-bf62-07135c50b243",
            "gambit_id": "8384f7ed-cb32-42ff-86f6-52edf50672b3",
            "last_updated": "2022-12-22T10:37:31.443159-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Portland Trail Blazers",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/222cd130-11b8-493e-8fb7-0d6886444fb1/?format=api"
        },
        {
            "id": "04e4f114-b999-4ed6-8554-d0f8b3ed6f35",
            "gambit_id": "0b47035b-7d82-431f-af4c-2e601c31f7d8",
            "last_updated": "2022-12-22T10:37:31.442053-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/222cd130-11b8-493e-8fb7-0d6886444fb1/?format=api"
        }
    ]
}