GET /api/bet_types/3e9cd762-f239-4413-82c2-2d0edd14b566/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3e9cd762-f239-4413-82c2-2d0edd14b566",
    "match": "https://api-prod.gambitprofit.com/api/matches/06474107-e02f-46b2-9f90-0c6b03abfa4b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-10T10:03:06.272628-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": "CWS",
                "amount": 5939.0
            },
            {
                "team": "DET",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "3e2f86f7-8d3a-441e-8e69-523589eabc92",
            "gambit_id": "db722e3a-f103-4131-bb4d-957270ac3f18",
            "last_updated": "2023-09-12T11:33:04.205619-04:00",
            "created_at": "2023-09-10T10:03:06.277140-04:00",
            "name": "CWS",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3e9cd762-f239-4413-82c2-2d0edd14b566/?format=api"
        },
        {
            "id": "56233b06-f923-43ed-94a8-b3c3479a339f",
            "gambit_id": "cd376cd5-243b-4663-a7f2-825922f32955",
            "last_updated": "2023-09-12T11:33:04.210133-04:00",
            "created_at": "2023-09-10T10:03:06.281750-04:00",
            "name": "DET",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3e9cd762-f239-4413-82c2-2d0edd14b566/?format=api"
        }
    ]
}