GET /api/bet_types/59d9deae-8113-4434-b024-e4bc3901ac2d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "59d9deae-8113-4434-b024-e4bc3901ac2d",
    "match": "https://api-prod.gambitprofit.com/api/matches/5a76909c-3cdb-49af-bb4a-69f32cdbe85c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-08T11:47:00.277681-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": "WAS",
                "amount": 5107.0
            },
            {
                "team": "SFO",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "8d809d33-d6dc-499c-80b1-269e9b7e5050",
            "gambit_id": "a40a1ef7-f692-4991-aa82-fdfa7072cf25",
            "last_updated": "2023-05-09T11:17:20.245493-04:00",
            "created_at": "2023-05-08T11:47:00.281759-04:00",
            "name": "WAS",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59d9deae-8113-4434-b024-e4bc3901ac2d/?format=api"
        },
        {
            "id": "edb17cf6-c674-412a-80a7-01605d3c28a4",
            "gambit_id": "aa15957e-5ef2-4cc7-b484-d2f6f531a072",
            "last_updated": "2023-05-09T11:17:20.243556-04:00",
            "created_at": "2023-05-08T11:47:00.279697-04:00",
            "name": "SFO",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59d9deae-8113-4434-b024-e4bc3901ac2d/?format=api"
        }
    ]
}