GET /api/bet_types/fba1054f-9ad1-4318-8dba-4de70e52d622/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fba1054f-9ad1-4318-8dba-4de70e52d622",
    "match": "https://api-prod.gambitprofit.com/api/matches/606d2e35-60ea-42aa-a936-734d3d0a9f7e/?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": "TAM (J Springs)",
                "amount": 6183.0
            },
            {
                "team": "BOS (N Pivetta)",
                "amount": 3817.0
            }
        ],
        "expected_reward_tokens": 9274.5,
        "profit_sb": 274.5,
        "profit_sb_percentage": 3.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "f658414b-b377-4b3b-be8d-0b459830ff3e",
            "gambit_id": "3c34fad6-49e1-4043-9195-c505c409c8a1",
            "last_updated": "2022-09-08T10:22:15.745546-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TAM (J Springs)",
            "reward": "1.50000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fba1054f-9ad1-4318-8dba-4de70e52d622/?format=api"
        },
        {
            "id": "9ff6f7ac-c601-46e0-b6a1-f32c2975be38",
            "gambit_id": "ab103a67-94dc-479e-bc88-b8faaaeb57ae",
            "last_updated": "2022-09-08T10:22:15.746512-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BOS (N Pivetta)",
            "reward": "2.43000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fba1054f-9ad1-4318-8dba-4de70e52d622/?format=api"
        }
    ]
}