GET /api/bet_types/4a8084dd-075b-409c-9dd5-0aef7ca83a6a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4a8084dd-075b-409c-9dd5-0aef7ca83a6a",
    "match": "https://api-prod.gambitprofit.com/api/matches/f0416001-6498-4798-bfd7-6c0a33151d4e/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-08T09:01:58.972326-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": "Ottawa Senators",
                "amount": 6399.0
            },
            {
                "team": "Tampa Bay Lightning",
                "amount": 3601.0
            }
        ],
        "expected_reward_tokens": 9470.52,
        "profit_sb": -29.48,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "494ac487-99df-46b5-bbe3-4f359b8c49d6",
            "gambit_id": "1d6e93f9-ae53-4f33-b34e-934fae43cd16",
            "last_updated": "2023-04-10T15:12:15.724721-04:00",
            "created_at": "2023-04-08T09:01:58.974666-04:00",
            "name": "Ottawa Senators",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4a8084dd-075b-409c-9dd5-0aef7ca83a6a/?format=api"
        },
        {
            "id": "96c50b6e-36c9-4c56-a329-fe405979f845",
            "gambit_id": "92513485-e652-4ed2-b507-75d0e07906fd",
            "last_updated": "2023-04-10T15:12:15.727666-04:00",
            "created_at": "2023-04-08T09:01:58.976944-04:00",
            "name": "Tampa Bay Lightning",
            "reward": "2.63000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4a8084dd-075b-409c-9dd5-0aef7ca83a6a/?format=api"
        }
    ]
}