GET /api/bet_types/3201d180-7e0b-4855-b5bf-6f9b024fc345/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3201d180-7e0b-4855-b5bf-6f9b024fc345",
    "match": "https://api-prod.gambitprofit.com/api/matches/775e7036-bd55-4034-a1ab-32cf7d211fd2/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-26T11:52:12.201140-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": "STL",
                "amount": 6458.0
            },
            {
                "team": "CLE",
                "amount": 3542.0
            }
        ],
        "expected_reward_tokens": 9492.56,
        "profit_sb": -7.44,
        "profit_sb_percentage": -0.08,
        "recommended": false
    },
    "lines": [
        {
            "id": "86fe4dda-ccfa-467b-ae0b-7d2d7e2f1a1a",
            "gambit_id": "0483b9be-0043-4592-9c77-34930241b696",
            "last_updated": "2023-05-27T16:12:10.847605-04:00",
            "created_at": "2023-05-26T11:52:12.205257-04:00",
            "name": "STL",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3201d180-7e0b-4855-b5bf-6f9b024fc345/?format=api"
        },
        {
            "id": "94c678b2-b04b-4a88-b200-9340b5662037",
            "gambit_id": "a3084bb5-5ba8-41a3-9096-1894eb90d5cd",
            "last_updated": "2023-05-27T16:12:10.853135-04:00",
            "created_at": "2023-05-26T11:52:12.207088-04:00",
            "name": "CLE",
            "reward": "2.68000",
            "odds": "2.75000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3201d180-7e0b-4855-b5bf-6f9b024fc345/?format=api"
        }
    ]
}