GET /api/bet_types/49d7a3a8-bc0f-4510-99b4-987681d539f1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "49d7a3a8-bc0f-4510-99b4-987681d539f1",
    "match": "https://api-prod.gambitprofit.com/api/matches/5167b830-823c-4387-adea-ad4ee951663e/?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": "Los Angeles Clippers",
                "amount": 6952.0
            },
            {
                "team": "Minnesota Timberwolves",
                "amount": 3048.0
            }
        ],
        "expected_reward_tokens": 9174.48,
        "profit_sb": 174.48,
        "profit_sb_percentage": 1.94,
        "recommended": true
    },
    "lines": [
        {
            "id": "0207a5e8-1abb-444a-8ef6-a73ac8cee921",
            "gambit_id": "46b62597-37cc-4d00-a64e-1dd217d926fc",
            "last_updated": "2022-12-15T10:31:57.759032-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.32000",
            "odds": "1.37040",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/49d7a3a8-bc0f-4510-99b4-987681d539f1/?format=api"
        },
        {
            "id": "f5f18e5d-11e7-4724-920b-c673140104f2",
            "gambit_id": "2dbab22b-e94d-44f2-a984-77353824bf8d",
            "last_updated": "2022-12-15T10:31:57.760092-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "3.01000",
            "odds": "3.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/49d7a3a8-bc0f-4510-99b4-987681d539f1/?format=api"
        }
    ]
}