GET /api/bet_types/653cc575-f4d4-4701-a4d4-54b86abc7543/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "653cc575-f4d4-4701-a4d4-54b86abc7543",
    "match": "https://api-prod.gambitprofit.com/api/matches/3e24d337-6dab-451b-87a6-6069b070936a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-16T09:23:12.309992-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": "OAK",
                "amount": 5614.0
            },
            {
                "team": "SDG",
                "amount": 4386.0
            }
        ],
        "expected_reward_tokens": 9429.9,
        "profit_sb": -70.1,
        "profit_sb_percentage": -0.74,
        "recommended": false
    },
    "lines": [
        {
            "id": "18052831-add2-4329-a877-f68e86887138",
            "gambit_id": "5802d32e-2d2d-44be-8d60-2a9ce3566d28",
            "last_updated": "2023-09-17T11:53:32.462785-04:00",
            "created_at": "2023-09-16T09:23:12.324940-04:00",
            "name": "OAK",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/653cc575-f4d4-4701-a4d4-54b86abc7543/?format=api"
        },
        {
            "id": "9241746c-fdf9-4820-91b4-b1ab7699aec9",
            "gambit_id": "d61a69a4-fb86-491c-b008-44b4d7969153",
            "last_updated": "2023-09-17T11:53:32.459280-04:00",
            "created_at": "2023-09-16T09:23:12.317649-04:00",
            "name": "SDG",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/653cc575-f4d4-4701-a4d4-54b86abc7543/?format=api"
        }
    ]
}