GET /api/bet_types/2742c4ea-6c8e-4705-a9ac-58c68d0ee08f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2742c4ea-6c8e-4705-a9ac-58c68d0ee08f",
    "match": "https://api-prod.gambitprofit.com/api/matches/c06569aa-30fc-4567-a8df-4cfb910067d9/?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": "LOS (T Anderson)",
                "amount": 5579.0
            },
            {
                "team": "SDG (Y Darvish)",
                "amount": 4421.0
            }
        ],
        "expected_reward_tokens": 9372.52,
        "profit_sb": 372.52,
        "profit_sb_percentage": 4.14,
        "recommended": true
    },
    "lines": [
        {
            "id": "416722fe-4a5f-4f7f-9a83-f7c71a8dda5a",
            "gambit_id": "a7521117-426e-46df-a8f8-496f8b1d214d",
            "last_updated": "2022-08-08T10:52:15.828690-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LOS (T Anderson)",
            "reward": "1.68000",
            "odds": "1.75190",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2742c4ea-6c8e-4705-a9ac-58c68d0ee08f/?format=api"
        },
        {
            "id": "7adcabb1-4ced-4b86-b91a-638bb2601298",
            "gambit_id": "f7b9f5de-10c5-4b13-9f5d-66622acb4cbf",
            "last_updated": "2022-08-08T10:52:15.829083-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SDG (Y Darvish)",
            "reward": "2.12000",
            "odds": "2.23000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2742c4ea-6c8e-4705-a9ac-58c68d0ee08f/?format=api"
        }
    ]
}