GET /api/bet_types/172d8e83-ddb1-4501-9ac4-ca9b11c73c6f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "172d8e83-ddb1-4501-9ac4-ca9b11c73c6f",
    "match": "https://api-prod.gambitprofit.com/api/matches/c737e4a4-f001-4df8-8afc-822245438eaa/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-14T08:26:57.694544-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": "Memphis Grizzlies",
                "amount": 7249.0
            },
            {
                "team": "Indiana Pacers",
                "amount": 2751.0
            }
        ],
        "expected_reward_tokens": 9133.32,
        "profit_sb": 133.32,
        "profit_sb_percentage": 1.48,
        "recommended": true
    },
    "lines": [
        {
            "id": "d7add322-65ff-45a9-a11e-650711f72e93",
            "gambit_id": "5b2f9e63-381a-470e-970b-311fcda814dd",
            "last_updated": "2023-01-15T15:27:10.133157-05:00",
            "created_at": "2023-01-14T08:26:57.700485-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.26000",
            "odds": "1.30300",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/172d8e83-ddb1-4501-9ac4-ca9b11c73c6f/?format=api"
        },
        {
            "id": "2258ef9c-d64a-4342-b4f6-3ebdd03a99de",
            "gambit_id": "af169ebc-884f-4494-bb87-158a4733475b",
            "last_updated": "2023-01-15T15:27:10.131012-05:00",
            "created_at": "2023-01-14T08:26:57.697555-05:00",
            "name": "Indiana Pacers",
            "reward": "3.32000",
            "odds": "3.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/172d8e83-ddb1-4501-9ac4-ca9b11c73c6f/?format=api"
        }
    ]
}