GET /api/bet_types/c021b738-40b8-48d8-aa6c-d808592d23bb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c021b738-40b8-48d8-aa6c-d808592d23bb",
    "match": "https://api-prod.gambitprofit.com/api/matches/11818bd3-de0e-429f-822c-e945ceb595b4/?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": "PHI (K Gibson)",
                "amount": 6046.0
            },
            {
                "team": "CIN (T Zeuch)",
                "amount": 3954.0
            }
        ],
        "expected_reward_tokens": 9370.98,
        "profit_sb": 370.98,
        "profit_sb_percentage": 4.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "332eed03-14d1-486e-aca6-f502c7d02c27",
            "gambit_id": "71c04724-d744-478a-9d92-41dd727f7114",
            "last_updated": "2022-08-17T09:47:05.983233-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PHI (K Gibson)",
            "reward": "1.55000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c021b738-40b8-48d8-aa6c-d808592d23bb/?format=api"
        },
        {
            "id": "03bbe105-8c2b-4b0d-a5d9-d8820a53c4b2",
            "gambit_id": "fecca974-a633-4ec8-9e5c-3f994d452b87",
            "last_updated": "2022-08-17T09:47:05.982759-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CIN (T Zeuch)",
            "reward": "2.37000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c021b738-40b8-48d8-aa6c-d808592d23bb/?format=api"
        }
    ]
}