GET /api/bet_types/30627adb-e8a2-491f-87b4-0be9d0980ebd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "30627adb-e8a2-491f-87b4-0be9d0980ebd",
    "match": "https://api-prod.gambitprofit.com/api/matches/f7863dab-5c40-458f-b357-f6e26cbd6dd3/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-01T09:23:06.498257-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": "PIT",
                "amount": 5602.0
            },
            {
                "team": "MIL",
                "amount": 4398.0
            }
        ],
        "expected_reward_tokens": 9411.36,
        "profit_sb": -88.64,
        "profit_sb_percentage": -0.93,
        "recommended": false
    },
    "lines": [
        {
            "id": "7c0eb39b-5515-44bb-a70e-d47139dca514",
            "gambit_id": "7ea14260-2e9b-490c-bbd1-fdc0ad4afd3a",
            "last_updated": "2023-07-02T11:13:24.802992-04:00",
            "created_at": "2023-07-01T09:23:06.504066-04:00",
            "name": "PIT",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/30627adb-e8a2-491f-87b4-0be9d0980ebd/?format=api"
        },
        {
            "id": "ee20c4ea-ab4c-4ee6-912d-c70882e24c80",
            "gambit_id": "3ef47e97-d639-4f73-98dd-a3241835afe7",
            "last_updated": "2023-07-02T11:13:24.801442-04:00",
            "created_at": "2023-07-01T09:23:06.501088-04:00",
            "name": "MIL",
            "reward": "2.14000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/30627adb-e8a2-491f-87b4-0be9d0980ebd/?format=api"
        }
    ]
}