GET /api/bet_types/bda2ab1f-9f38-4759-a30c-9ceb8c85bb18/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bda2ab1f-9f38-4759-a30c-9ceb8c85bb18",
    "match": "https://api-prod.gambitprofit.com/api/matches/9e7bee78-1e99-459b-92fe-8857601f9151/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-04T10:52:12.510695-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": "Golden State Warriors",
                "amount": 7072.0
            },
            {
                "team": "Los Angeles Lakers",
                "amount": 2928.0
            }
        ],
        "expected_reward_tokens": 9545.28,
        "profit_sb": 45.28,
        "profit_sb_percentage": 0.48,
        "recommended": true
    },
    "lines": [
        {
            "id": "440cca0b-777e-4227-aeb3-6fb731eaa199",
            "gambit_id": "bca2fe95-7b04-4768-a0f7-8badbdeb3481",
            "last_updated": "2023-05-05T11:47:08.941407-04:00",
            "created_at": "2023-05-04T10:52:12.513605-04:00",
            "name": "Golden State Warriors",
            "reward": "1.35000",
            "odds": "1.36360",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bda2ab1f-9f38-4759-a30c-9ceb8c85bb18/?format=api"
        },
        {
            "id": "ec8c1a3d-45df-4e03-a04c-7030ea6f1da4",
            "gambit_id": "2d9ccc56-31e1-4d26-ba8a-d52d70ea8552",
            "last_updated": "2023-05-05T11:47:08.939944-04:00",
            "created_at": "2023-05-04T10:52:12.512123-04:00",
            "name": "Los Angeles Lakers",
            "reward": "3.26000",
            "odds": "3.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bda2ab1f-9f38-4759-a30c-9ceb8c85bb18/?format=api"
        }
    ]
}