GET /api/bet_types/cf90f0b5-8555-4b46-820e-c9d9160f8bde/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cf90f0b5-8555-4b46-820e-c9d9160f8bde",
    "match": "https://api-prod.gambitprofit.com/api/matches/6c0608e1-83f0-4016-9421-21863bca3896/?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": "MIL",
                "amount": 5752.0
            },
            {
                "team": "STL",
                "amount": 4248.0
            }
        ],
        "expected_reward_tokens": 9260.64,
        "profit_sb": 260.64,
        "profit_sb_percentage": 2.9,
        "recommended": true
    },
    "lines": [
        {
            "id": "a933fe1e-238a-4d46-a677-3f8759ee3ea3",
            "gambit_id": "0e30fcf3-959a-41ad-bcc8-488b41656a08",
            "last_updated": "2022-08-13T10:47:07.151144-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIL",
            "reward": "1.61000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cf90f0b5-8555-4b46-820e-c9d9160f8bde/?format=api"
        },
        {
            "id": "015c4b27-b023-4d39-b1fe-4dcd577c3c3c",
            "gambit_id": "9fdfce6f-1920-4be0-bb21-e54a09ad5c0e",
            "last_updated": "2022-08-13T10:47:07.150684-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "STL",
            "reward": "2.18000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cf90f0b5-8555-4b46-820e-c9d9160f8bde/?format=api"
        }
    ]
}