GET /api/bet_types/7067f355-4618-4658-8ec9-9aadc16cdfc2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7067f355-4618-4658-8ec9-9aadc16cdfc2",
    "match": "https://api-prod.gambitprofit.com/api/matches/2abe0ce6-b0b0-4a0e-87e3-bdbcb41b0124/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-23T09:06:50.363443-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": 6399.0
            },
            {
                "team": "Minnesota Wild",
                "amount": 3601.0
            }
        ],
        "expected_reward_tokens": 9470.52,
        "profit_sb": -29.48,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "5ba4ef35-f657-41e5-b712-b14eebcb99c3",
            "gambit_id": "4ed4cdec-ea6f-41f9-b6a6-afdcbde84fb0",
            "last_updated": "2023-03-24T11:01:59.721509-04:00",
            "created_at": "2023-03-23T09:06:50.365138-04:00",
            "name": "Philadelphia Flyers",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7067f355-4618-4658-8ec9-9aadc16cdfc2/?format=api"
        },
        {
            "id": "67ffd934-3a81-4c2b-8222-ddbfdcac2ab5",
            "gambit_id": "fa0f67d7-00bb-4471-8ecb-4dd6cadc0bd1",
            "last_updated": "2023-03-24T11:01:59.725026-04:00",
            "created_at": "2023-03-23T09:06:50.366953-04:00",
            "name": "Minnesota Wild",
            "reward": "2.63000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7067f355-4618-4658-8ec9-9aadc16cdfc2/?format=api"
        }
    ]
}