GET /api/bet_types/c4aec2a1-9f57-4760-8f9e-38c3f96ded9a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c4aec2a1-9f57-4760-8f9e-38c3f96ded9a",
    "match": "https://api-prod.gambitprofit.com/api/matches/b82676d6-b4e8-4597-bd24-98420b900a5a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-02T09:57:10.317690-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": "TEX (M Perez)",
                "amount": 5389.0
            },
            {
                "team": "PHI (B Falter)",
                "amount": 4611.0
            }
        ],
        "expected_reward_tokens": 9590.88,
        "profit_sb": 90.88,
        "profit_sb_percentage": 0.96,
        "recommended": true
    },
    "lines": [
        {
            "id": "c2ec211c-dae3-4a1e-b087-019822ee1c61",
            "gambit_id": "6c68160e-c504-4596-84cc-f14185eff32d",
            "last_updated": "2023-04-03T14:11:50.947108-04:00",
            "created_at": "2023-04-02T09:57:10.319557-04:00",
            "name": "TEX (M Perez)",
            "reward": "1.78000",
            "odds": "1.81300",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4aec2a1-9f57-4760-8f9e-38c3f96ded9a/?format=api"
        },
        {
            "id": "a72bfa9e-d5c2-4836-a18b-a2e2f2332c23",
            "gambit_id": "66166fd8-f052-43a8-b84c-a959798d18d5",
            "last_updated": "2023-04-03T14:11:50.950054-04:00",
            "created_at": "2023-04-02T09:57:10.321744-04:00",
            "name": "PHI (B Falter)",
            "reward": "2.08000",
            "odds": "2.13000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4aec2a1-9f57-4760-8f9e-38c3f96ded9a/?format=api"
        }
    ]
}