GET /api/bet_types/917da9bb-82a3-49c7-993c-3e316481366f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "917da9bb-82a3-49c7-993c-3e316481366f",
    "match": "https://api-prod.gambitprofit.com/api/matches/6bc01f58-3ea8-4f5d-bda3-2e665190d8ea/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-30T10:47:16.036185-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": "SDG",
                "amount": 6100.0
            },
            {
                "team": "MIA",
                "amount": 3900.0
            }
        ],
        "expected_reward_tokens": 9516.0,
        "profit_sb": 16.0,
        "profit_sb_percentage": 0.17,
        "recommended": true
    },
    "lines": [
        {
            "id": "ddec68b2-6e2c-4797-9102-8258daf5aa2a",
            "gambit_id": "801664ab-b0c7-4041-ab02-202ade7c8ae8",
            "last_updated": "2023-05-31T11:47:19.324153-04:00",
            "created_at": "2023-05-30T10:47:16.038682-04:00",
            "name": "SDG",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/917da9bb-82a3-49c7-993c-3e316481366f/?format=api"
        },
        {
            "id": "27c8cbaa-30c5-44f2-99f1-d41aa931cd42",
            "gambit_id": "46926acf-f7da-47c5-9356-8ba7cf0000b4",
            "last_updated": "2023-05-31T11:47:19.326539-04:00",
            "created_at": "2023-05-30T10:47:16.041284-04:00",
            "name": "MIA",
            "reward": "2.44000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/917da9bb-82a3-49c7-993c-3e316481366f/?format=api"
        }
    ]
}