GET /api/bet_types/377fd7ec-5f32-4ded-bbb1-5eb3654bb75c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "377fd7ec-5f32-4ded-bbb1-5eb3654bb75c",
    "match": "https://api-prod.gambitprofit.com/api/matches/5cfc6de0-5f6f-4e14-a185-762a704ae557/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-07T09:28:19.736443-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": "PHI (Z Wheeler)",
                "amount": 6728.0
            },
            {
                "team": "DET (R Olson)",
                "amount": 3272.0
            }
        ],
        "expected_reward_tokens": 9553.76,
        "profit_sb": 53.76,
        "profit_sb_percentage": 0.57,
        "recommended": true
    },
    "lines": [
        {
            "id": "8ccc6b95-60d5-4c1f-8b28-6c773a885746",
            "gambit_id": "6bb82bde-fdef-40fd-8fb1-f75b69a340f3",
            "last_updated": "2023-06-14T18:02:58.851868-04:00",
            "created_at": "2023-06-07T09:28:19.740277-04:00",
            "name": "PHI (Z Wheeler)",
            "reward": "1.42000",
            "odds": "1.43480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/377fd7ec-5f32-4ded-bbb1-5eb3654bb75c/?format=api"
        },
        {
            "id": "34756820-288e-44ec-9d75-43ab33954743",
            "gambit_id": "273dbbb6-c358-48b2-9f16-720832b20139",
            "last_updated": "2023-06-14T18:02:58.848553-04:00",
            "created_at": "2023-06-07T09:28:19.738535-04:00",
            "name": "DET (R Olson)",
            "reward": "2.92000",
            "odds": "3.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/377fd7ec-5f32-4ded-bbb1-5eb3654bb75c/?format=api"
        }
    ]
}