GET /api/bet_types/7d76fb17-5e30-452f-b106-3f6783c48c0c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7d76fb17-5e30-452f-b106-3f6783c48c0c",
    "match": "https://api-prod.gambitprofit.com/api/matches/db9ad921-2f82-493d-9105-ef0884fed9e6/?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": "Furia Esports",
                "amount": 5387.0
            },
            {
                "team": "Outsiders",
                "amount": 4613.0
            }
        ],
        "expected_reward_tokens": 8672.44,
        "profit_sb": -327.56,
        "profit_sb_percentage": -3.64,
        "recommended": false
    },
    "lines": [
        {
            "id": "d6739962-1041-4988-be78-c568f8137462",
            "gambit_id": "6a231848-9eb5-4c4a-9c02-7e11c6e47842",
            "last_updated": "2022-09-29T11:32:03.583050-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Furia Esports",
            "reward": "1.61000",
            "odds": "1.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7d76fb17-5e30-452f-b106-3f6783c48c0c/?format=api"
        },
        {
            "id": "fd3c049f-a0c6-40d4-9534-9a2b7a06d4a4",
            "gambit_id": "065ea651-0756-4b2c-a153-92abf1002559",
            "last_updated": "2022-09-29T11:32:03.584068-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Outsiders",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7d76fb17-5e30-452f-b106-3f6783c48c0c/?format=api"
        }
    ]
}