GET /api/bet_types/187b21e1-b62e-478e-864a-5dd854d73560/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "187b21e1-b62e-478e-864a-5dd854d73560",
    "match": "https://api-prod.gambitprofit.com/api/matches/7b274b49-c9fc-4114-a5db-a5bb588eac44/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-22T08:43:03.776413-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": "Cleveland Cavaliers",
                "amount": 5614.0
            },
            {
                "team": "Orlando Magic",
                "amount": 4386.0
            }
        ],
        "expected_reward_tokens": 9429.9,
        "profit_sb": -70.1,
        "profit_sb_percentage": -0.74,
        "recommended": false
    },
    "lines": [
        {
            "id": "a8f0a30c-7278-461c-8b8d-6b5ead503cb2",
            "gambit_id": "180724c6-101c-4b8e-8bcd-8b800af989b0",
            "last_updated": "2024-01-23T20:08:13.667323-05:00",
            "created_at": "2024-01-22T08:43:03.781350-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/187b21e1-b62e-478e-864a-5dd854d73560/?format=api"
        },
        {
            "id": "f0d1e596-fed8-4dd6-a4e5-fafe7943ac7d",
            "gambit_id": "a026bbec-4185-468a-8027-70b81768b500",
            "last_updated": "2024-01-23T20:08:13.663379-05:00",
            "created_at": "2024-01-22T08:43:03.785382-05:00",
            "name": "Orlando Magic",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/187b21e1-b62e-478e-864a-5dd854d73560/?format=api"
        }
    ]
}