GET /api/bet_types/6cbc24fc-010d-4350-958a-4b1bce74b346/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6cbc24fc-010d-4350-958a-4b1bce74b346",
    "match": "https://api-prod.gambitprofit.com/api/matches/2fafd090-61e3-4160-9d46-cd08c23340e8/?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": "Invictus Gaming",
                "amount": 6086.0
            },
            {
                "team": "LGD Gaming",
                "amount": 3914.0
            }
        ],
        "expected_reward_tokens": 8884.78,
        "profit_sb": -115.22,
        "profit_sb_percentage": -1.28,
        "recommended": false
    },
    "lines": [
        {
            "id": "75b75bd5-3f0f-4db8-b3e8-bc3d4d829a79",
            "gambit_id": "c80a185f-6588-4ec7-91fe-caaa697d12af",
            "last_updated": "2022-08-13T11:17:13.184374-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Invictus Gaming",
            "reward": "1.46000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6cbc24fc-010d-4350-958a-4b1bce74b346/?format=api"
        },
        {
            "id": "2796c2ae-eca5-42f4-b47d-2bfd15cbe50e",
            "gambit_id": "aebf2911-af25-4af5-ae06-acaf84951f39",
            "last_updated": "2022-08-13T11:17:13.183847-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LGD Gaming",
            "reward": "2.27000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6cbc24fc-010d-4350-958a-4b1bce74b346/?format=api"
        }
    ]
}