GET /api/bet_types/fe69f2a2-7ddc-49ea-a230-9405b968b8f1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fe69f2a2-7ddc-49ea-a230-9405b968b8f1",
    "match": "https://api-prod.gambitprofit.com/api/matches/41a5f89a-9383-4ffa-8d73-c75711b9a8e7/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-10T16:01:46.445811-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 Clippers",
                "amount": 5000.0
            },
            {
                "team": "Dallas Mavericks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "898eb6de-42a3-481d-99ce-696e5ec0514e",
            "gambit_id": "9a4c68f5-e67a-4987-a96a-7a3b4337e63c",
            "last_updated": "2023-01-11T10:46:57.945401-05:00",
            "created_at": "2023-01-10T16:01:46.446950-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fe69f2a2-7ddc-49ea-a230-9405b968b8f1/?format=api"
        },
        {
            "id": "601678ab-01b8-40dd-a078-5cba68d9c3f0",
            "gambit_id": "967b2466-18ac-4d90-b2ea-e6a4863ee02a",
            "last_updated": "2023-01-11T10:46:57.946515-05:00",
            "created_at": "2023-01-10T16:01:46.448175-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fe69f2a2-7ddc-49ea-a230-9405b968b8f1/?format=api"
        }
    ]
}