GET /api/bet_types/c253ff55-7a09-47e6-8466-f00a98c647fd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c253ff55-7a09-47e6-8466-f00a98c647fd",
    "match": "https://api-prod.gambitprofit.com/api/matches/e9fff7eb-34b5-4fc4-8cae-38a225f9fe18/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-29T12:47:54.996490-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": "Pittsburgh Pirates",
                "amount": 5939.0
            },
            {
                "team": "Miami Marlins",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "65a9a512-df2b-4d5b-81d6-31849036b44a",
            "gambit_id": "f20352b9-d2ef-43c6-b57c-97648f1e4891",
            "last_updated": "2023-09-30T10:58:15.796169-04:00",
            "created_at": "2023-09-29T12:47:55.008202-04:00",
            "name": "Pittsburgh Pirates",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c253ff55-7a09-47e6-8466-f00a98c647fd/?format=api"
        },
        {
            "id": "e5c2973b-7bc5-4eb7-a932-577c71de94a2",
            "gambit_id": "727476c9-214a-4bbc-ae0b-9dbb8b45ddfe",
            "last_updated": "2023-09-30T10:58:15.792838-04:00",
            "created_at": "2023-09-29T12:47:55.001871-04:00",
            "name": "Miami Marlins",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c253ff55-7a09-47e6-8466-f00a98c647fd/?format=api"
        }
    ]
}