GET /api/bet_types/15dcc891-f50a-4cc4-9aac-e38ccca1a0d2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "15dcc891-f50a-4cc4-9aac-e38ccca1a0d2",
    "match": "https://api-prod.gambitprofit.com/api/matches/0bcd88ca-7edc-472d-b622-3263e83260a2/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-09T09:27:08.885132-04: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": 6864.0
            },
            {
                "team": "Charlotte Hornets",
                "amount": 3136.0
            }
        ],
        "expected_reward_tokens": 9470.72,
        "profit_sb": -29.28,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "1edf0e71-2152-4d9e-9e85-b430d40e904f",
            "gambit_id": "539f16d6-c40f-4a65-9823-75029fe3780d",
            "last_updated": "2023-04-10T14:52:06.622254-04:00",
            "created_at": "2023-04-09T09:27:08.886737-04:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.38000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/15dcc891-f50a-4cc4-9aac-e38ccca1a0d2/?format=api"
        },
        {
            "id": "86a70d39-ee77-4f6b-b21c-235d698aba2a",
            "gambit_id": "41218a48-6cae-4f0c-9ece-85d9e0994632",
            "last_updated": "2023-04-10T14:52:06.624856-04:00",
            "created_at": "2023-04-09T09:27:08.888644-04:00",
            "name": "Charlotte Hornets",
            "reward": "3.02000",
            "odds": "3.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/15dcc891-f50a-4cc4-9aac-e38ccca1a0d2/?format=api"
        }
    ]
}