GET /api/bet_types/f635877e-73d3-4e69-8c4d-9453c29a202f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f635877e-73d3-4e69-8c4d-9453c29a202f",
    "match": "https://api-prod.gambitprofit.com/api/matches/bc19f9ef-3c66-4578-99aa-5f9d1f8b495a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-18T09:53:15.662504-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": "Anaheim Ducks",
                "amount": 5213.0
            },
            {
                "team": "Detroit Red Wings",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "0eab2b23-2366-49c4-b8c4-7e3c555d5bbe",
            "gambit_id": "be9e86fb-53c1-425a-8e72-d3b4719237b9",
            "last_updated": "2023-12-19T21:08:17.911258-05:00",
            "created_at": "2023-12-18T09:53:15.670016-05:00",
            "name": "Anaheim Ducks",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f635877e-73d3-4e69-8c4d-9453c29a202f/?format=api"
        },
        {
            "id": "e94794b9-49c0-45cf-a79b-8a70145ee37f",
            "gambit_id": "c6e452fd-2abb-4f7b-bffa-82c3a63dfc1d",
            "last_updated": "2023-12-19T21:08:17.914915-05:00",
            "created_at": "2023-12-18T09:53:15.677453-05:00",
            "name": "Detroit Red Wings",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f635877e-73d3-4e69-8c4d-9453c29a202f/?format=api"
        }
    ]
}