GET /api/bet_types/7bf6e29e-0a30-4f1b-9055-6e67da2eafc4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7bf6e29e-0a30-4f1b-9055-6e67da2eafc4",
    "match": "https://api-prod.gambitprofit.com/api/matches/75acfda3-01e7-4b82-bfb6-a4f904f2e5eb/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-17T09:23:16.797092-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": 7611.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 2389.0
            }
        ],
        "expected_reward_tokens": 9436.55,
        "profit_sb": -63.45,
        "profit_sb_percentage": -0.67,
        "recommended": false
    },
    "lines": [
        {
            "id": "8d22ccae-4133-4b64-b63e-2439de177859",
            "gambit_id": "e083fd18-228b-417c-a683-5aae9231be65",
            "last_updated": "2023-11-18T17:58:24.504042-05:00",
            "created_at": "2023-11-17T09:23:16.805837-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.24000",
            "odds": "1.25640",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bf6e29e-0a30-4f1b-9055-6e67da2eafc4/?format=api"
        },
        {
            "id": "7554b6e3-d4a8-4506-add0-6418eb4a6e12",
            "gambit_id": "0e887cdc-55b8-4f71-8c05-4ad0e988aa7d",
            "last_updated": "2023-11-18T17:58:24.498206-05:00",
            "created_at": "2023-11-17T09:23:16.801134-05:00",
            "name": "Detroit Pistons",
            "reward": "3.95000",
            "odds": "4.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bf6e29e-0a30-4f1b-9055-6e67da2eafc4/?format=api"
        }
    ]
}