GET /api/bet_types/ccb9ab2a-750a-4a78-bb7d-ea35e3ab7177/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ccb9ab2a-750a-4a78-bb7d-ea35e3ab7177",
    "match": "https://api-prod.gambitprofit.com/api/matches/d1092d23-1fcb-467f-9b6f-8a69770de30d/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-02-02T09:58:20.597094-05: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": "Golden State Warriors",
                "amount": 5000.0
            },
            {
                "team": "Memphis Grizzlies",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "fdc9222a-9909-420e-b91a-898f35a8ffd2",
            "gambit_id": "3d384994-04cb-429b-a730-9dc4b258f073",
            "last_updated": "2024-02-03T10:32:56.804815-05:00",
            "created_at": "2024-02-02T09:58:20.602172-05:00",
            "name": "Golden State Warriors",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ccb9ab2a-750a-4a78-bb7d-ea35e3ab7177/?format=api"
        },
        {
            "id": "a99e892b-c6f2-4c82-8573-3a9e62776bca",
            "gambit_id": "cc44207b-5eef-4cc9-b6b4-dabe70b5de94",
            "last_updated": "2024-02-03T10:32:56.808063-05:00",
            "created_at": "2024-02-02T09:58:20.606876-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ccb9ab2a-750a-4a78-bb7d-ea35e3ab7177/?format=api"
        }
    ]
}