GET /api/bet_types/974d24f0-aa4d-4ea5-804f-df158a8b27ba/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "974d24f0-aa4d-4ea5-804f-df158a8b27ba",
    "match": "https://api-prod.gambitprofit.com/api/matches/f0d2782a-e9d1-4631-b54c-e245fb3c97c7/?format=api",
    "name": "Pick the Winner",
    "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": "ATL (C Morton)",
                "amount": 6316.0
            },
            {
                "team": "MIA (S Alcantara)",
                "amount": 3684.0
            }
        ],
        "expected_reward_tokens": 9283.68,
        "profit_sb": 283.68,
        "profit_sb_percentage": 3.15,
        "recommended": true
    },
    "lines": [
        {
            "id": "9512ddc1-5f05-4308-9123-2031a4cde487",
            "gambit_id": "0ecaecab-0bde-4804-bb6b-65e57ec7515b",
            "last_updated": "2022-09-03T19:02:20.198800-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ATL (C Morton)",
            "reward": "1.47000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/974d24f0-aa4d-4ea5-804f-df158a8b27ba/?format=api"
        },
        {
            "id": "365101f4-7b5c-482a-b2f4-26024370d8c7",
            "gambit_id": "942a4b1e-3109-4e0d-a4a7-ff19bbb87906",
            "last_updated": "2022-09-03T19:02:20.199767-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIA (S Alcantara)",
            "reward": "2.52000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/974d24f0-aa4d-4ea5-804f-df158a8b27ba/?format=api"
        }
    ]
}