GET /api/bet_types/5ddc657d-5ce1-4985-99f3-4de206322fc7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5ddc657d-5ce1-4985-99f3-4de206322fc7",
    "match": "https://api-prod.gambitprofit.com/api/matches/178ecc67-1d50-43e8-853d-53a3111b423c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-21T09:38:04.849402-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": "Detroit Red Wings",
                "amount": 6160.0
            },
            {
                "team": "Ottawa Senators",
                "amount": 3840.0
            }
        ],
        "expected_reward_tokens": 9484.8,
        "profit_sb": -15.2,
        "profit_sb_percentage": -0.16,
        "recommended": false
    },
    "lines": [
        {
            "id": "8c1e5cea-7230-4844-b933-3c552ba1bcf7",
            "gambit_id": "012332a8-aa12-4182-bc13-56ca46661e6c",
            "last_updated": "2023-10-23T20:43:03.537239-04:00",
            "created_at": "2023-10-21T09:38:04.853272-04:00",
            "name": "Detroit Red Wings",
            "reward": "1.54000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ddc657d-5ce1-4985-99f3-4de206322fc7/?format=api"
        },
        {
            "id": "3d39c9bc-1035-4c9a-be78-7664d234669d",
            "gambit_id": "46eb7b9d-b1c5-4df8-82f4-0129b7c552d5",
            "last_updated": "2023-10-23T20:43:03.540698-04:00",
            "created_at": "2023-10-21T09:38:04.858411-04:00",
            "name": "Ottawa Senators",
            "reward": "2.47000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ddc657d-5ce1-4985-99f3-4de206322fc7/?format=api"
        }
    ]
}