GET /api/bet_types/f58d5813-8f41-442c-a36b-e928abab8356/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f58d5813-8f41-442c-a36b-e928abab8356",
    "match": "https://api-prod.gambitprofit.com/api/matches/583aa64f-9b0c-4ecc-9c66-82bf0f80a2b7/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-22T11:27:14.116729-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": "TEX (D Dunning)",
                "amount": 5630.0
            },
            {
                "team": "PIT (L Ortiz)",
                "amount": 4370.0
            }
        ],
        "expected_reward_tokens": 9570.3,
        "profit_sb": 70.3,
        "profit_sb_percentage": 0.74,
        "recommended": true
    },
    "lines": [
        {
            "id": "2cb21116-8054-4187-858f-e3ad2d9f0abb",
            "gambit_id": "12812a6b-3434-4ab8-8d92-5541b2aec3b4",
            "last_updated": "2023-05-25T13:47:07.592773-04:00",
            "created_at": "2023-05-22T11:27:14.120404-04:00",
            "name": "TEX (D Dunning)",
            "reward": "1.70000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f58d5813-8f41-442c-a36b-e928abab8356/?format=api"
        },
        {
            "id": "5107ab4f-a5aa-4cdb-95fc-f59307394ed1",
            "gambit_id": "8f833288-f3d5-4104-9554-8ada621e2458",
            "last_updated": "2023-05-25T13:47:07.594907-04:00",
            "created_at": "2023-05-22T11:27:14.118185-04:00",
            "name": "PIT (L Ortiz)",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f58d5813-8f41-442c-a36b-e928abab8356/?format=api"
        }
    ]
}