GET /api/bet_types/7b10b801-cf60-4d55-a0bc-53126100df60/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7b10b801-cf60-4d55-a0bc-53126100df60",
    "match": "https://api-prod.gambitprofit.com/api/matches/d0ad02b5-073b-40f6-8716-4e8a30e7bb8b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-21T09:03:14.997451-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": "BOS",
                "amount": 6324.0
            },
            {
                "team": "HOU",
                "amount": 3676.0
            }
        ],
        "expected_reward_tokens": 9484.08,
        "profit_sb": -15.92,
        "profit_sb_percentage": -0.17,
        "recommended": false
    },
    "lines": [
        {
            "id": "f5042853-c236-49dd-9dc7-8c37d617a96e",
            "gambit_id": "0c486801-c2cf-47c4-94e6-54b053c6d878",
            "last_updated": "2023-08-23T09:53:12.133470-04:00",
            "created_at": "2023-08-21T09:03:15.002272-04:00",
            "name": "BOS",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7b10b801-cf60-4d55-a0bc-53126100df60/?format=api"
        },
        {
            "id": "c822dd8e-5fc0-4c07-941a-a02094e0c1a7",
            "gambit_id": "b71e5b58-b6bf-4ecf-ad56-f24e5a10e402",
            "last_updated": "2023-08-23T09:53:12.137011-04:00",
            "created_at": "2023-08-21T09:03:15.007449-04:00",
            "name": "HOU",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7b10b801-cf60-4d55-a0bc-53126100df60/?format=api"
        }
    ]
}