GET /api/bet_types/7295f43b-ffdd-46ba-95d8-5c94b9088aab/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7295f43b-ffdd-46ba-95d8-5c94b9088aab",
    "match": "https://api-prod.gambitprofit.com/api/matches/fffdb27d-41b8-4afd-90e9-54117147f8f8/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-07T09:07:55.555524-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": "Atlanta Hawks",
                "amount": 5512.0
            },
            {
                "team": "Orlando Magic",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "90bc4cfe-a3ee-4637-bfd8-190883c63e43",
            "gambit_id": "cf069725-02f3-45ad-afd7-2f9c4b62dd83",
            "last_updated": "2024-01-09T10:43:22.597515-05:00",
            "created_at": "2024-01-07T09:07:55.559280-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7295f43b-ffdd-46ba-95d8-5c94b9088aab/?format=api"
        },
        {
            "id": "c6714bbb-4315-4c41-8da7-3598f8ce467f",
            "gambit_id": "a44e6821-c5b8-47d2-85b3-0faf9e5e7569",
            "last_updated": "2024-01-09T10:43:22.611266-05:00",
            "created_at": "2024-01-07T09:07:55.563229-05:00",
            "name": "Orlando Magic",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7295f43b-ffdd-46ba-95d8-5c94b9088aab/?format=api"
        }
    ]
}