GET /api/bet_types/737d425a-004e-4791-9af5-2fc7058a7a0b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "737d425a-004e-4791-9af5-2fc7058a7a0b",
    "match": "https://api-prod.gambitprofit.com/api/matches/f9df6b49-3b88-4ca1-a253-ff3cfa670798/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-09T11:07:08.462855-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": "MIN (L Varland)",
                "amount": 5234.0
            },
            {
                "team": "SDG (M Wacha)",
                "amount": 4766.0
            }
        ],
        "expected_reward_tokens": 9578.22,
        "profit_sb": 78.22,
        "profit_sb_percentage": 0.82,
        "recommended": true
    },
    "lines": [
        {
            "id": "99bf0c85-0175-4f28-95dd-a61504afa455",
            "gambit_id": "20b4f309-94d3-47f0-8051-66d46bcecf6d",
            "last_updated": "2023-05-10T15:37:07.178094-04:00",
            "created_at": "2023-05-09T11:07:08.464354-04:00",
            "name": "MIN (L Varland)",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/737d425a-004e-4791-9af5-2fc7058a7a0b/?format=api"
        },
        {
            "id": "bdfd7973-3282-41f1-a156-6c27d95b870c",
            "gambit_id": "a24080b4-2683-4982-aaa9-dab5683d8a44",
            "last_updated": "2023-05-10T15:37:07.179458-04:00",
            "created_at": "2023-05-09T11:07:08.466206-04:00",
            "name": "SDG (M Wacha)",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/737d425a-004e-4791-9af5-2fc7058a7a0b/?format=api"
        }
    ]
}