GET /api/bet_types/88ebf8f4-a55b-48bd-ac38-ff96773014f4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "88ebf8f4-a55b-48bd-ac38-ff96773014f4",
    "match": "https://api-prod.gambitprofit.com/api/matches/732fe45e-b57b-4935-9481-31f9e399dd49/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-10T13:03:18.633856-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": "Los Angeles Dodgers",
                "amount": 5614.0
            },
            {
                "team": "Washington Nationals",
                "amount": 4386.0
            }
        ],
        "expected_reward_tokens": 9429.9,
        "profit_sb": -70.1,
        "profit_sb_percentage": -0.74,
        "recommended": false
    },
    "lines": [
        {
            "id": "93c47dcc-7d21-43ab-8baf-52e1274aa801",
            "gambit_id": "2885eeb9-9e44-4ff2-b74d-1bbb9ef87344",
            "last_updated": "2023-09-12T11:33:04.468720-04:00",
            "created_at": "2023-09-10T13:03:18.637373-04:00",
            "name": "Los Angeles Dodgers",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/88ebf8f4-a55b-48bd-ac38-ff96773014f4/?format=api"
        },
        {
            "id": "bbb49bb5-00ce-4687-9825-3754ae78efb7",
            "gambit_id": "b74e5427-04b5-44ca-86d2-16a81868ab13",
            "last_updated": "2023-09-12T11:33:04.490410-04:00",
            "created_at": "2023-09-10T13:03:18.641556-04:00",
            "name": "Washington Nationals",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/88ebf8f4-a55b-48bd-ac38-ff96773014f4/?format=api"
        }
    ]
}