GET /api/bet_types/5edc6083-ff20-4d10-bc78-1ebaec41a7a3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5edc6083-ff20-4d10-bc78-1ebaec41a7a3",
    "match": "https://api-prod.gambitprofit.com/api/matches/a2d672d2-0d1a-4a2f-8a5f-99990f7c7a7b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-24T17:33:02.638206-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": "Giga Chikadze",
                "amount": 6706.0
            },
            {
                "team": "Alex Caceres",
                "amount": 3294.0
            }
        ],
        "expected_reward_tokens": 9254.28,
        "profit_sb": -245.72,
        "profit_sb_percentage": -2.59,
        "recommended": false
    },
    "lines": [
        {
            "id": "10ecbaef-d55d-4819-85ca-6460224fa992",
            "gambit_id": "0fa2dbcd-64ec-49de-a2c7-39b549127495",
            "last_updated": "2023-08-28T18:48:02.601502-04:00",
            "created_at": "2023-08-24T17:33:02.646609-04:00",
            "name": "Giga Chikadze",
            "reward": "1.38000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5edc6083-ff20-4d10-bc78-1ebaec41a7a3/?format=api"
        },
        {
            "id": "94e762a8-ef65-4bb6-b0c1-390dccf8beb1",
            "gambit_id": "f0603603-d739-445c-8220-08f955f904b2",
            "last_updated": "2023-08-28T18:48:02.596937-04:00",
            "created_at": "2023-08-24T17:33:02.642477-04:00",
            "name": "Alex Caceres",
            "reward": "2.81000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5edc6083-ff20-4d10-bc78-1ebaec41a7a3/?format=api"
        }
    ]
}