GET /api/bet_types/308ff138-5d9d-4b79-b730-dce169e4dc8f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "308ff138-5d9d-4b79-b730-dce169e4dc8f",
    "match": "https://api-prod.gambitprofit.com/api/matches/ec30c18d-8dda-43a9-8c27-db2a64d3a094/?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": "Natus Vincere",
                "amount": 5387.0
            },
            {
                "team": "G2 Esports",
                "amount": 4613.0
            }
        ],
        "expected_reward_tokens": 8672.44,
        "profit_sb": -327.56,
        "profit_sb_percentage": -3.64,
        "recommended": false
    },
    "lines": [
        {
            "id": "58a5c493-38c6-46cc-aa66-9b5e0eb37350",
            "gambit_id": "58b8af8c-190d-452b-9c8b-525a980cd818",
            "last_updated": "2022-10-03T12:01:56.254784-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Natus Vincere",
            "reward": "1.61000",
            "odds": "1.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/308ff138-5d9d-4b79-b730-dce169e4dc8f/?format=api"
        },
        {
            "id": "7aa461a9-b0ab-4d40-8233-c4539bc54619",
            "gambit_id": "b1a64e73-42a1-4e36-950b-8ef75d5bcb78",
            "last_updated": "2022-10-03T12:01:56.255951-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "G2 Esports",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/308ff138-5d9d-4b79-b730-dce169e4dc8f/?format=api"
        }
    ]
}