GET /api/bet_types/f279fa08-cb3f-40af-a31b-dbd478f3cd88/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f279fa08-cb3f-40af-a31b-dbd478f3cd88",
    "match": "https://api-prod.gambitprofit.com/api/matches/9717528e-fce1-4fa6-9d09-67a43555eb77/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-06T09:06:59.148237-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": "CWS (L Lynn)",
                "amount": 5234.0
            },
            {
                "team": "SFO (A Wood)",
                "amount": 4766.0
            }
        ],
        "expected_reward_tokens": 9578.22,
        "profit_sb": 78.22,
        "profit_sb_percentage": 0.82,
        "recommended": true
    },
    "lines": [
        {
            "id": "e99a9697-603b-4ee8-b48c-af375e4b2a04",
            "gambit_id": "efc0aa3e-14c2-4de9-85e8-f01d69287276",
            "last_updated": "2023-04-07T10:22:14.697074-04:00",
            "created_at": "2023-04-06T09:06:59.149885-04:00",
            "name": "CWS (L Lynn)",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f279fa08-cb3f-40af-a31b-dbd478f3cd88/?format=api"
        },
        {
            "id": "b0ceb7b1-8200-47d7-9b84-227e5e0c00f7",
            "gambit_id": "9bb8ce31-ae46-463d-aa49-cd1ca8556685",
            "last_updated": "2023-04-07T10:22:14.701164-04:00",
            "created_at": "2023-04-06T09:06:59.151493-04:00",
            "name": "SFO (A Wood)",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f279fa08-cb3f-40af-a31b-dbd478f3cd88/?format=api"
        }
    ]
}