GET /api/bet_types/61bc4bd3-cab8-47e1-9706-fe302526b07c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "61bc4bd3-cab8-47e1-9706-fe302526b07c",
    "match": "https://api-prod.gambitprofit.com/api/matches/2336abd7-e004-4363-aacd-fad84483031f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-11T09:02:20.164529-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": "STL",
                "amount": 5107.0
            },
            {
                "team": "COL",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "801d2952-5314-496b-b9d0-026233c75f41",
            "gambit_id": "f39c7bc0-5b05-4981-9121-66fd7dc57722",
            "last_updated": "2023-04-12T09:46:53.809939-04:00",
            "created_at": "2023-04-11T09:02:20.172963-04:00",
            "name": "STL",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61bc4bd3-cab8-47e1-9706-fe302526b07c/?format=api"
        },
        {
            "id": "1d40990e-0f58-45d7-bde7-9af7bff0210d",
            "gambit_id": "4a514fad-2f58-4679-b513-cb7239061cd7",
            "last_updated": "2023-04-12T09:46:53.807724-04:00",
            "created_at": "2023-04-11T09:02:20.170637-04:00",
            "name": "COL",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61bc4bd3-cab8-47e1-9706-fe302526b07c/?format=api"
        }
    ]
}