GET /api/bet_types/848e2e58-6ee5-4d79-87c1-a46d935cb886/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "848e2e58-6ee5-4d79-87c1-a46d935cb886",
    "match": "https://api-prod.gambitprofit.com/api/matches/cf73f51d-4a9a-401c-97d3-101cf9f4908a/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Tony Ferguson",
                "amount": 5656.0
            },
            {
                "team": "Nate Diaz",
                "amount": 4344.0
            }
        ],
        "expected_reward_tokens": 8992.08,
        "profit_sb": -7.92,
        "profit_sb_percentage": -0.09,
        "recommended": false
    },
    "lines": [
        {
            "id": "29997497-07d4-4a71-be6e-b6e137009ada",
            "gambit_id": "4a7aeab5-072c-4bdf-ba6b-29776752958f",
            "last_updated": "2022-09-11T21:02:03.066941-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tony Ferguson",
            "reward": "1.59000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/848e2e58-6ee5-4d79-87c1-a46d935cb886/?format=api"
        },
        {
            "id": "cc48bfaf-f19f-4737-91c8-68032f55a7fb",
            "gambit_id": "b852add1-413f-48b1-8321-b44bff58cfef",
            "last_updated": "2022-09-11T21:02:03.065817-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Nate Diaz",
            "reward": "2.07000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/848e2e58-6ee5-4d79-87c1-a46d935cb886/?format=api"
        }
    ]
}