GET /api/bet_types/9569055e-85cb-45ec-9ac5-b530213585e6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9569055e-85cb-45ec-9ac5-b530213585e6",
    "match": "https://api-prod.gambitprofit.com/api/matches/36005f26-5a43-4155-8160-05ac0b9961af/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-02T09:03:02.664500-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": "Tampa Bay Lightning",
                "amount": 5944.0
            },
            {
                "team": "Columbus Blue Jackets",
                "amount": 4056.0
            }
        ],
        "expected_reward_tokens": 9450.48,
        "profit_sb": -49.52,
        "profit_sb_percentage": -0.52,
        "recommended": false
    },
    "lines": [
        {
            "id": "84dea6a1-ff72-4715-be9c-f7fbfb7240b2",
            "gambit_id": "4be9dc2e-f71a-41f4-b7b9-dfb1f9b94bd4",
            "last_updated": "2023-11-03T11:53:29.469716-04:00",
            "created_at": "2023-11-02T09:03:02.672488-04:00",
            "name": "Tampa Bay Lightning",
            "reward": "1.59000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9569055e-85cb-45ec-9ac5-b530213585e6/?format=api"
        },
        {
            "id": "25fb1bab-8ecf-4e0c-bc0d-0e6513a0711e",
            "gambit_id": "ba41295b-4753-45d2-a944-2cbb0613761d",
            "last_updated": "2023-11-03T11:53:29.473201-04:00",
            "created_at": "2023-11-02T09:03:02.677341-04:00",
            "name": "Columbus Blue Jackets",
            "reward": "2.33000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9569055e-85cb-45ec-9ac5-b530213585e6/?format=api"
        }
    ]
}