GET /api/bet_types/1f731bde-e367-4d9a-9fd5-9b38c3a1e521/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1f731bde-e367-4d9a-9fd5-9b38c3a1e521",
    "match": "https://api-prod.gambitprofit.com/api/matches/1fb7da51-8b4a-473b-a2b7-1a82de6a110a/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "DET",
                "amount": 5109.0
            },
            {
                "team": "CWS",
                "amount": 4891.0
            }
        ],
        "expected_reward_tokens": 9145.11,
        "profit_sb": 145.11,
        "profit_sb_percentage": 1.61,
        "recommended": true
    },
    "lines": [
        {
            "id": "00889c25-a9ef-4133-b309-85689451ba6c",
            "gambit_id": "03991b2c-6e89-4e1c-aac4-497f8c0265b4",
            "last_updated": "2022-08-13T10:52:03.949917-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "DET",
            "reward": "1.79000",
            "odds": "1.86960",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f731bde-e367-4d9a-9fd5-9b38c3a1e521/?format=api"
        },
        {
            "id": "90347290-d8c0-4a3e-8d5d-a51b32f85961",
            "gambit_id": "aa71dbce-4e27-46d1-9fe5-796e0c3d8bc5",
            "last_updated": "2022-08-13T10:52:03.949450-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CWS",
            "reward": "1.87000",
            "odds": "1.95240",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f731bde-e367-4d9a-9fd5-9b38c3a1e521/?format=api"
        }
    ]
}