GET /api/bet_types/449db86b-20f3-4315-aa6e-3c5d39058fb9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "449db86b-20f3-4315-aa6e-3c5d39058fb9",
    "match": "https://api-prod.gambitprofit.com/api/matches/03d531c3-cc9e-465b-b630-98f74f3b2512/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-30T10:47:18.871302-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": "LOS (T Gonsolin)",
                "amount": 7203.0
            },
            {
                "team": "WAS (J Irvin)",
                "amount": 2797.0
            }
        ],
        "expected_reward_tokens": 9507.96,
        "profit_sb": 7.96,
        "profit_sb_percentage": 0.08,
        "recommended": true
    },
    "lines": [
        {
            "id": "1b33fa88-c195-4f84-a821-53076be79955",
            "gambit_id": "228c8d43-ede4-4feb-b7f2-d78903e6e120",
            "last_updated": "2023-05-31T11:47:22.210541-04:00",
            "created_at": "2023-05-30T10:47:18.875571-04:00",
            "name": "LOS (T Gonsolin)",
            "reward": "1.32000",
            "odds": "1.33330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/449db86b-20f3-4315-aa6e-3c5d39058fb9/?format=api"
        },
        {
            "id": "e200eea1-1326-4867-8960-48a8ef18336c",
            "gambit_id": "7ab16b2f-2821-4837-b63a-14275076b776",
            "last_updated": "2023-05-31T11:47:22.207711-04:00",
            "created_at": "2023-05-30T10:47:18.873344-04:00",
            "name": "WAS (J Irvin)",
            "reward": "3.40000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/449db86b-20f3-4315-aa6e-3c5d39058fb9/?format=api"
        }
    ]
}