GET /api/bet_types/c1254af2-7494-4b99-9c74-7f9a089d481b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c1254af2-7494-4b99-9c74-7f9a089d481b",
    "match": "https://api-prod.gambitprofit.com/api/matches/9214b95d-85df-4ccb-9476-9d665b20c746/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-20T08:33:21.829320-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": "NYM",
                "amount": 6163.0
            },
            {
                "team": "HOU",
                "amount": 3837.0
            }
        ],
        "expected_reward_tokens": 9552.65,
        "profit_sb": 52.65,
        "profit_sb_percentage": 0.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "362835be-99d2-468f-b34b-d316174a1980",
            "gambit_id": "189a7605-c7f0-4b25-a2b2-d585f49228e1",
            "last_updated": "2023-06-22T10:13:04.008022-04:00",
            "created_at": "2023-06-20T08:33:21.832289-04:00",
            "name": "NYM",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c1254af2-7494-4b99-9c74-7f9a089d481b/?format=api"
        },
        {
            "id": "9c9cd807-dd1e-4f1b-b7dc-24f664f04820",
            "gambit_id": "1e63d444-f32a-47f3-a1a5-47254bae8142",
            "last_updated": "2023-06-22T10:13:04.009717-04:00",
            "created_at": "2023-06-20T08:33:21.835503-04:00",
            "name": "HOU",
            "reward": "2.49000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c1254af2-7494-4b99-9c74-7f9a089d481b/?format=api"
        }
    ]
}