GET /api/bet_types/c1c3302f-7703-4791-bf08-8671d245a6e3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c1c3302f-7703-4791-bf08-8671d245a6e3",
    "match": "https://api-prod.gambitprofit.com/api/matches/2739282b-94bf-44df-a65b-4f8a009ed75f/?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": "Rare Atom",
                "amount": 6557.0
            },
            {
                "team": "LGD Gaming",
                "amount": 3443.0
            }
        ],
        "expected_reward_tokens": 8917.37,
        "profit_sb": -82.63,
        "profit_sb_percentage": -0.92,
        "recommended": false
    },
    "lines": [
        {
            "id": "9bfd2ad1-4a56-4dc7-a558-7bc5c5ee874c",
            "gambit_id": "233e4afe-ab78-4c3a-8d7e-ca0f152dc100",
            "last_updated": "2022-08-10T10:21:57.399153-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Rare Atom",
            "reward": "1.36000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c1c3302f-7703-4791-bf08-8671d245a6e3/?format=api"
        },
        {
            "id": "26ed642a-c85f-47db-a897-81b07758e850",
            "gambit_id": "0300657e-3016-4725-be36-daf634ff44b2",
            "last_updated": "2022-08-10T10:21:57.398663-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LGD Gaming",
            "reward": "2.59000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c1c3302f-7703-4791-bf08-8671d245a6e3/?format=api"
        }
    ]
}