GET /api/bet_types/db19169e-4533-4f19-b658-5e5952f9416d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "db19169e-4533-4f19-b658-5e5952f9416d",
    "match": "https://api-prod.gambitprofit.com/api/matches/366cb819-3c0a-432a-a88b-019d1bb66301/?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": "TOR (A Manoah)",
                "amount": 6046.0
            },
            {
                "team": "BAL (K Bradish)",
                "amount": 3954.0
            }
        ],
        "expected_reward_tokens": 9370.98,
        "profit_sb": 370.98,
        "profit_sb_percentage": 4.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "4d1f5a4a-8ac7-4697-9d44-47ca16201584",
            "gambit_id": "25ab16a0-bd69-43a3-b44e-8aafc1b95b6c",
            "last_updated": "2022-08-10T10:16:57.790675-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TOR (A Manoah)",
            "reward": "1.55000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/db19169e-4533-4f19-b658-5e5952f9416d/?format=api"
        },
        {
            "id": "1a80513d-3068-4159-af28-a20b40e86a6e",
            "gambit_id": "7571c262-0c16-4706-876f-a5c34f1ac2a8",
            "last_updated": "2022-08-10T10:16:57.790264-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BAL (K Bradish)",
            "reward": "2.37000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/db19169e-4533-4f19-b658-5e5952f9416d/?format=api"
        }
    ]
}