GET /api/bet_types/15a78aa1-c31b-4457-9cad-deb68560182e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "15a78aa1-c31b-4457-9cad-deb68560182e",
    "match": "https://api-prod.gambitprofit.com/api/matches/0f884b4f-5152-47be-8a0a-cdb7610c70a4/?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": "Colorado",
                "amount": 5000.0
            },
            {
                "team": "USC",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "c8b0ad1e-3eee-4c80-9fc6-df4710eca741",
            "gambit_id": "40ccf5df-4156-4576-8790-e6694f921bf2",
            "last_updated": "2022-11-14T15:18:21.426498-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Colorado",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "34.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/15a78aa1-c31b-4457-9cad-deb68560182e/?format=api"
        },
        {
            "id": "00a1e6e4-5284-4794-89a6-a9345c11d3f8",
            "gambit_id": "bb62c305-fba8-4c15-86e1-b733a02b8d2a",
            "last_updated": "2022-11-14T15:18:21.425364-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "USC",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-34.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/15a78aa1-c31b-4457-9cad-deb68560182e/?format=api"
        }
    ]
}