GET /api/bet_types/803e61cb-4ebb-45be-8896-f4466d101a72/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "803e61cb-4ebb-45be-8896-f4466d101a72",
    "match": "https://api-prod.gambitprofit.com/api/matches/ddce5dc8-5fd4-4935-a07e-ada5a29f8478/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-14T09:37:09.916908-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": "Philadelphia Flyers",
                "amount": 5939.0
            },
            {
                "team": "Vegas Golden Knights",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "af4896fe-7439-4875-a8c8-715fb76a535f",
            "gambit_id": "681eb683-d219-433b-9cb2-26179666d4ab",
            "last_updated": "2023-03-15T13:57:05.348156-04:00",
            "created_at": "2023-03-14T09:37:09.918663-04:00",
            "name": "Philadelphia Flyers",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/803e61cb-4ebb-45be-8896-f4466d101a72/?format=api"
        },
        {
            "id": "6af1625f-58f1-4771-a9cb-d51d8542a653",
            "gambit_id": "651461f1-37ae-407a-b04c-11dbeda0d240",
            "last_updated": "2023-03-15T13:57:05.349205-04:00",
            "created_at": "2023-03-14T09:37:09.920550-04:00",
            "name": "Vegas Golden Knights",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/803e61cb-4ebb-45be-8896-f4466d101a72/?format=api"
        }
    ]
}