GET /api/bet_types/073dbacd-e598-4e7a-8a93-6b37f966dc53/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "073dbacd-e598-4e7a-8a93-6b37f966dc53",
    "match": "https://api-prod.gambitprofit.com/api/matches/f5b127bc-71de-4bbe-92ff-ee6b9a9ac85f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-02T08:28:12.990643-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": "Miami Heat",
                "amount": 6308.0
            },
            {
                "team": "Indiana Pacers",
                "amount": 3692.0
            }
        ],
        "expected_reward_tokens": 9525.08,
        "profit_sb": 25.08,
        "profit_sb_percentage": 0.26,
        "recommended": true
    },
    "lines": [
        {
            "id": "3db316a1-1fa6-478f-8d60-7722f0d2d838",
            "gambit_id": "2f5c2193-79bf-4095-8988-1adf846465e8",
            "last_updated": "2023-12-04T15:13:32.370625-05:00",
            "created_at": "2023-12-02T08:28:12.999165-05:00",
            "name": "Miami Heat",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/073dbacd-e598-4e7a-8a93-6b37f966dc53/?format=api"
        },
        {
            "id": "319bfa0b-8c1d-4839-9f05-d29aae8d45c7",
            "gambit_id": "bff1e96b-ff10-408e-8850-6923812548c1",
            "last_updated": "2023-12-04T15:13:32.367333-05:00",
            "created_at": "2023-12-02T08:28:12.994677-05:00",
            "name": "Indiana Pacers",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/073dbacd-e598-4e7a-8a93-6b37f966dc53/?format=api"
        }
    ]
}