GET /api/bet_types/ef00ab5f-c611-461b-a5f0-56fdc52e2ec4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ef00ab5f-c611-461b-a5f0-56fdc52e2ec4",
    "match": "https://api-prod.gambitprofit.com/api/matches/56e93608-7563-4ecb-b428-f91b8db69b47/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-31T09:28:04.512129-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": "MIA (B Garrett)",
                "amount": 5888.0
            },
            {
                "team": "WAS (J Adon)",
                "amount": 4112.0
            }
        ],
        "expected_reward_tokens": 9538.56,
        "profit_sb": 38.56,
        "profit_sb_percentage": 0.41,
        "recommended": true
    },
    "lines": [
        {
            "id": "88daf100-e141-4ced-820b-8024b38ac6c4",
            "gambit_id": "5c583d32-0e7b-4325-a08b-600964710b02",
            "last_updated": "2023-09-01T12:43:23.889092-04:00",
            "created_at": "2023-08-31T09:28:04.519295-04:00",
            "name": "MIA (B Garrett)",
            "reward": "1.62000",
            "odds": "1.65360",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef00ab5f-c611-461b-a5f0-56fdc52e2ec4/?format=api"
        },
        {
            "id": "6ece1537-210a-4063-be8e-1040d213cf3c",
            "gambit_id": "2975c468-115d-43e2-b06b-4b134854cad8",
            "last_updated": "2023-09-01T12:43:23.892870-04:00",
            "created_at": "2023-08-31T09:28:04.524162-04:00",
            "name": "WAS (J Adon)",
            "reward": "2.32000",
            "odds": "2.38000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef00ab5f-c611-461b-a5f0-56fdc52e2ec4/?format=api"
        }
    ]
}