GET /api/bet_types/65ea7d1d-419a-49bc-86a7-d5d25cfdea36/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "65ea7d1d-419a-49bc-86a7-d5d25cfdea36",
    "match": "https://api-prod.gambitprofit.com/api/matches/8d940edf-399a-4354-bdf2-ea4ae5c09491/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-04T10:52:10.579280-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": "NYM (J Verlander)",
                "amount": 6148.0
            },
            {
                "team": "DET (Ed Rodriguez)",
                "amount": 3852.0
            }
        ],
        "expected_reward_tokens": 9590.88,
        "profit_sb": 90.88,
        "profit_sb_percentage": 0.96,
        "recommended": true
    },
    "lines": [
        {
            "id": "a74cac17-8725-413a-8d3e-4c78ee6b6273",
            "gambit_id": "c2cf2f29-4c79-4503-b83d-20989f478006",
            "last_updated": "2023-05-05T11:47:09.530951-04:00",
            "created_at": "2023-05-04T10:52:10.581900-04:00",
            "name": "NYM (J Verlander)",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65ea7d1d-419a-49bc-86a7-d5d25cfdea36/?format=api"
        },
        {
            "id": "7e018e1b-e896-4728-bf5f-c04656683c72",
            "gambit_id": "6abd9338-4fa7-4da0-bfc7-664c67900df4",
            "last_updated": "2023-05-05T11:47:09.529203-04:00",
            "created_at": "2023-05-04T10:52:10.580618-04:00",
            "name": "DET (Ed Rodriguez)",
            "reward": "2.49000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65ea7d1d-419a-49bc-86a7-d5d25cfdea36/?format=api"
        }
    ]
}