GET /api/bet_types/be3ec899-405e-4ecf-9b4f-04fc0434f601/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "be3ec899-405e-4ecf-9b4f-04fc0434f601",
    "match": "https://api-prod.gambitprofit.com/api/matches/9d0f3159-98b7-455a-a94b-d9416bc0bcca/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-13T09:11:48.982190-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": 6253.0
            },
            {
                "team": "Denver Nuggets",
                "amount": 3747.0
            }
        ],
        "expected_reward_tokens": 9066.85,
        "profit_sb": 66.85,
        "profit_sb_percentage": 0.74,
        "recommended": true
    },
    "lines": [
        {
            "id": "d259e3ea-6ec7-49c5-a2e8-c8cfb4db2357",
            "gambit_id": "3ce1c5f9-6c8b-4624-bde9-96944f4cf978",
            "last_updated": "2023-01-14T11:01:54.293174-05:00",
            "created_at": "2023-01-13T09:11:48.983501-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.45000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/be3ec899-405e-4ecf-9b4f-04fc0434f601/?format=api"
        },
        {
            "id": "14da01c3-343e-4902-8373-5c46dbf88f92",
            "gambit_id": "79fce0fb-1702-4903-b69e-f4d0f0d9627d",
            "last_updated": "2023-01-14T11:01:54.296296-05:00",
            "created_at": "2023-01-13T09:11:48.984889-05:00",
            "name": "Denver Nuggets",
            "reward": "2.42000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/be3ec899-405e-4ecf-9b4f-04fc0434f601/?format=api"
        }
    ]
}