GET /api/bet_types/3d3de86c-efa8-4af3-8e33-9528e7446cee/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3d3de86c-efa8-4af3-8e33-9528e7446cee",
    "match": "https://api-prod.gambitprofit.com/api/matches/0000b11f-c241-4c91-b1e4-3fa16e082414/?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": "SFO",
                "amount": 6138.0
            },
            {
                "team": "MIN",
                "amount": 3862.0
            }
        ],
        "expected_reward_tokens": 9268.38,
        "profit_sb": 268.38,
        "profit_sb_percentage": 2.98,
        "recommended": true
    },
    "lines": [
        {
            "id": "b605b65a-13e2-459d-bf70-638c6c9210f8",
            "gambit_id": "cda3b986-c484-46ec-890b-24d81862850a",
            "last_updated": "2022-08-28T11:27:23.956048-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SFO",
            "reward": "1.51000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d3de86c-efa8-4af3-8e33-9528e7446cee/?format=api"
        },
        {
            "id": "04f66b07-ab73-4328-9c4a-3afb2e604ee4",
            "gambit_id": "cdc9c1bf-520d-4036-97c2-84b65142cde3",
            "last_updated": "2022-08-28T11:27:23.955586-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIN",
            "reward": "2.40000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d3de86c-efa8-4af3-8e33-9528e7446cee/?format=api"
        }
    ]
}