GET /api/bet_types/42dc466f-f492-4baf-93ba-0faa30351f0d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "42dc466f-f492-4baf-93ba-0faa30351f0d",
    "match": "https://api-prod.gambitprofit.com/api/matches/bea19a35-4024-42c0-a3b7-c7e7eb3f25fb/?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": "SEA (L Castillo)",
                "amount": 6871.0
            },
            {
                "team": "OAK (J Sears)",
                "amount": 3129.0
            }
        ],
        "expected_reward_tokens": 9480.87,
        "profit_sb": -19.13,
        "profit_sb_percentage": -0.2,
        "recommended": false
    },
    "lines": [
        {
            "id": "f8db2d1f-3374-4534-8f72-d3f9719ee7b1",
            "gambit_id": "50a706b7-5c97-4743-bf3a-1082e25c89a7",
            "last_updated": "2022-12-24T17:12:20.453639-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SEA (L Castillo)",
            "reward": "1.38000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42dc466f-f492-4baf-93ba-0faa30351f0d/?format=api"
        },
        {
            "id": "2b571c87-0122-4eee-a147-9001cf5745fb",
            "gambit_id": "455e0fe2-fc41-49a3-88a0-506c30ce8bcf",
            "last_updated": "2022-12-24T17:12:20.454754-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "OAK (J Sears)",
            "reward": "3.03000",
            "odds": "3.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42dc466f-f492-4baf-93ba-0faa30351f0d/?format=api"
        }
    ]
}