GET /api/bet_types/68f6ca23-e67d-4f2a-be53-ff0a8d51a0cd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "68f6ca23-e67d-4f2a-be53-ff0a8d51a0cd",
    "match": "https://api-prod.gambitprofit.com/api/matches/2b56642f-9b62-430f-95b7-ebf741233460/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-20T09:21:56.994250-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": 8066.0
            },
            {
                "team": "Golden State Warriors",
                "amount": 1934.0
            }
        ],
        "expected_reward_tokens": 9515.28,
        "profit_sb": 15.28,
        "profit_sb_percentage": 0.16,
        "recommended": true
    },
    "lines": [
        {
            "id": "2339bd17-f508-4365-8990-4324ca917be4",
            "gambit_id": "87cd0b5b-c71c-482b-9364-921b462ee90d",
            "last_updated": "2023-01-21T10:32:27.336296-05:00",
            "created_at": "2023-01-20T09:21:56.995414-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.18000",
            "odds": "1.18870",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/68f6ca23-e67d-4f2a-be53-ff0a8d51a0cd/?format=api"
        },
        {
            "id": "88301821-f10c-4225-b966-e767f273e31b",
            "gambit_id": "0fb997d9-2b1c-4e74-8cba-c7646211cbf7",
            "last_updated": "2023-01-21T10:32:27.337423-05:00",
            "created_at": "2023-01-20T09:21:56.996696-05:00",
            "name": "Golden State Warriors",
            "reward": "4.92000",
            "odds": "5.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/68f6ca23-e67d-4f2a-be53-ff0a8d51a0cd/?format=api"
        }
    ]
}