GET /api/bet_types/208ab207-b5de-4bf8-9a5c-c86f2dccccf9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "208ab207-b5de-4bf8-9a5c-c86f2dccccf9",
    "match": "https://api-prod.gambitprofit.com/api/matches/8328fadf-a47f-4fe6-9634-42fe5e75a1f2/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-23T09:43:20.558480-05: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": "Montreal Canadiens",
                "amount": 6324.0
            },
            {
                "team": "Ottawa Senators",
                "amount": 3676.0
            }
        ],
        "expected_reward_tokens": 9484.08,
        "profit_sb": -15.92,
        "profit_sb_percentage": -0.17,
        "recommended": false
    },
    "lines": [
        {
            "id": "bcb7840b-7388-4805-b799-37041e73685b",
            "gambit_id": "da3deb05-73ff-477a-8cbf-fc66772ad6f5",
            "last_updated": "2024-01-24T22:33:13.831446-05:00",
            "created_at": "2024-01-23T09:43:20.572282-05:00",
            "name": "Montreal Canadiens",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/208ab207-b5de-4bf8-9a5c-c86f2dccccf9/?format=api"
        },
        {
            "id": "83a61d7a-d634-4fee-9543-5e7271dc148e",
            "gambit_id": "a6e6bd5d-8e56-4087-b801-c9084199f9fd",
            "last_updated": "2024-01-24T22:33:13.827998-05:00",
            "created_at": "2024-01-23T09:43:20.562480-05:00",
            "name": "Ottawa Senators",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/208ab207-b5de-4bf8-9a5c-c86f2dccccf9/?format=api"
        }
    ]
}