GET /api/bet_types/f641b57a-bdf1-43d4-8d70-1993824b830a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f641b57a-bdf1-43d4-8d70-1993824b830a",
    "match": "https://api-prod.gambitprofit.com/api/matches/3258552b-eec3-46ea-967f-7c2d7bad99e8/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-06T22:48:26.868436-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": "Philadelphia Eagles",
                "amount": 6308.0
            },
            {
                "team": "New England Patriots",
                "amount": 3692.0
            }
        ],
        "expected_reward_tokens": 9525.08,
        "profit_sb": 25.08,
        "profit_sb_percentage": 0.26,
        "recommended": true
    },
    "lines": [
        {
            "id": "304e716e-78a6-437e-b821-fbccea22c94c",
            "gambit_id": "11ed110e-0452-4c15-8e63-e442148e88fe",
            "last_updated": "2023-09-11T11:13:24.255819-04:00",
            "created_at": "2023-09-06T22:48:26.872308-04:00",
            "name": "Philadelphia Eagles",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f641b57a-bdf1-43d4-8d70-1993824b830a/?format=api"
        },
        {
            "id": "6f21c2c7-b6b6-4c59-bb28-40640b0cda28",
            "gambit_id": "a3d42f3a-0753-4926-b50d-8bd6a37d5646",
            "last_updated": "2023-09-11T11:13:24.259021-04:00",
            "created_at": "2023-09-06T22:48:26.876962-04:00",
            "name": "New England Patriots",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f641b57a-bdf1-43d4-8d70-1993824b830a/?format=api"
        }
    ]
}