GET /api/bet_types/2f0fb854-721e-468a-a117-501a53763f09/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2f0fb854-721e-468a-a117-501a53763f09",
    "match": "https://api-prod.gambitprofit.com/api/matches/eb76ca96-2f5b-4d01-9447-a7cb98e18b64/?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": "San Francisco Giants",
                "amount": 5942.0
            },
            {
                "team": "Colorado Rockies",
                "amount": 4058.0
            }
        ],
        "expected_reward_tokens": 9210.1,
        "profit_sb": 210.1,
        "profit_sb_percentage": 2.33,
        "recommended": true
    },
    "lines": [
        {
            "id": "4cfdecfb-33f1-4112-a96c-dfdb085ae0db",
            "gambit_id": "7d18c8e2-eef7-4e27-a1d3-ac3cbd389a9a",
            "last_updated": "2022-09-29T10:17:11.874035-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Francisco Giants",
            "reward": "1.55000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f0fb854-721e-468a-a117-501a53763f09/?format=api"
        },
        {
            "id": "77197b20-f130-4d1c-bd89-eebe6b989ed0",
            "gambit_id": "cfa09dfe-de6e-448f-b8f4-4478fa5e55b1",
            "last_updated": "2022-09-29T10:17:11.875017-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Colorado Rockies",
            "reward": "2.27000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f0fb854-721e-468a-a117-501a53763f09/?format=api"
        }
    ]
}