GET /api/bet_types/d5241e5a-96e4-4813-b674-afb087afc506/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d5241e5a-96e4-4813-b674-afb087afc506",
    "match": "https://api-prod.gambitprofit.com/api/matches/6201ee7a-fb1b-44b0-a329-650e714750ca/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-28T09:07:59.571058-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": "ARI",
                "amount": 5213.0
            },
            {
                "team": "CWS",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "a2a97311-264a-4650-992b-9318b69bf987",
            "gambit_id": "7a5ba3b7-ff1a-458f-b63e-8b94f6626570",
            "last_updated": "2023-09-29T10:18:21.380925-04:00",
            "created_at": "2023-09-28T09:07:59.575283-04:00",
            "name": "ARI",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5241e5a-96e4-4813-b674-afb087afc506/?format=api"
        },
        {
            "id": "245633bc-00e3-46cc-8729-b095c9e5dcc1",
            "gambit_id": "4c12cbf9-5f89-47a1-a7e0-82df68d237c8",
            "last_updated": "2023-09-29T10:18:21.384197-04:00",
            "created_at": "2023-09-28T09:07:59.580178-04:00",
            "name": "CWS",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5241e5a-96e4-4813-b674-afb087afc506/?format=api"
        }
    ]
}