GET /api/bet_types/aacce640-a44f-452f-a48b-92604fa47265/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "aacce640-a44f-452f-a48b-92604fa47265",
    "match": "https://api-prod.gambitprofit.com/api/matches/512540ff-a5c3-4ac8-af13-7b159c1de73a/?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": "San Jose State",
                "amount": 5000.0
            },
            {
                "team": "UNLV",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "24090018-0ecb-4a25-a420-1a1b11dda02e",
            "gambit_id": "fde63a2e-0c67-4f60-a8d8-1a156f79d803",
            "last_updated": "2022-10-08T09:02:07.241584-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Jose State",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aacce640-a44f-452f-a48b-92604fa47265/?format=api"
        },
        {
            "id": "a49436fe-1a40-4fad-8311-a965e66d9e7b",
            "gambit_id": "8388e943-2594-4888-a443-2178f226717c",
            "last_updated": "2022-10-08T09:02:07.240590-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UNLV",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aacce640-a44f-452f-a48b-92604fa47265/?format=api"
        }
    ]
}