GET /api/bet_types/d6a1d0c4-1d32-4ed4-8009-a92257581a6a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d6a1d0c4-1d32-4ed4-8009-a92257581a6a",
    "match": "https://api-prod.gambitprofit.com/api/matches/f6c7ecd4-8395-4dd0-886d-311e5f547e26/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-28T10:03:14.533065-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": "Los Angeles Lakers",
                "amount": 8539.0
            },
            {
                "team": "Charlotte Hornets",
                "amount": 1461.0
            }
        ],
        "expected_reward_tokens": 9478.29,
        "profit_sb": -21.71,
        "profit_sb_percentage": -0.23,
        "recommended": false
    },
    "lines": [
        {
            "id": "30015dea-5d2b-44ef-a46a-c7d6193bb90b",
            "gambit_id": "32623281-bc7e-4985-aa5a-612080f39ec6",
            "last_updated": "2023-12-30T16:23:09.811352-05:00",
            "created_at": "2023-12-28T10:03:14.541261-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.11000",
            "odds": "1.11760",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d6a1d0c4-1d32-4ed4-8009-a92257581a6a/?format=api"
        },
        {
            "id": "c960c20f-c743-4451-b72b-e8169e491893",
            "gambit_id": "fc300975-5f0f-42e4-8514-b830e0728554",
            "last_updated": "2023-12-30T16:23:09.807698-05:00",
            "created_at": "2023-12-28T10:03:14.536745-05:00",
            "name": "Charlotte Hornets",
            "reward": "6.49000",
            "odds": "6.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d6a1d0c4-1d32-4ed4-8009-a92257581a6a/?format=api"
        }
    ]
}