GET /api/bet_types/469e79c5-40b9-4b54-9349-ffa41b83771c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "469e79c5-40b9-4b54-9349-ffa41b83771c",
    "match": "https://api-prod.gambitprofit.com/api/matches/56bd56f3-10d0-451a-a885-a6b24c97e459/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-16T09:47:05.987972-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": "TOR (K Gausman)",
                "amount": 6139.0
            },
            {
                "team": "NYY (D German)",
                "amount": 3861.0
            }
        ],
        "expected_reward_tokens": 9575.28,
        "profit_sb": 75.28,
        "profit_sb_percentage": 0.79,
        "recommended": true
    },
    "lines": [
        {
            "id": "85fc79b9-7978-4f1d-a376-1bbc23243989",
            "gambit_id": "643587b4-29ee-42b7-925d-23e4df43366e",
            "last_updated": "2023-05-18T11:47:15.529956-04:00",
            "created_at": "2023-05-16T09:47:05.989570-04:00",
            "name": "TOR (K Gausman)",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/469e79c5-40b9-4b54-9349-ffa41b83771c/?format=api"
        },
        {
            "id": "bd723383-7dbd-4bab-b0a0-821504065d01",
            "gambit_id": "deba210c-27ac-4da6-8955-df8cfa6c3f22",
            "last_updated": "2023-05-18T11:47:15.531196-04:00",
            "created_at": "2023-05-16T09:47:05.991265-04:00",
            "name": "NYY (D German)",
            "reward": "2.48000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/469e79c5-40b9-4b54-9349-ffa41b83771c/?format=api"
        }
    ]
}