GET /api/bet_types/ee875113-28cc-4ec6-82bd-6526e3c7b4b1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ee875113-28cc-4ec6-82bd-6526e3c7b4b1",
    "match": "https://api-prod.gambitprofit.com/api/matches/c71590a0-0c00-4661-9403-d855d0b6934b/?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": "ARI (M Bumgarner)",
                "amount": 5515.0
            },
            {
                "team": "COL (G Marquez)",
                "amount": 4485.0
            }
        ],
        "expected_reward_tokens": 9373.65,
        "profit_sb": 373.65,
        "profit_sb_percentage": 4.15,
        "recommended": true
    },
    "lines": [
        {
            "id": "4b6cf1a2-6ddb-4ea5-aa0e-a6bbdaad49dc",
            "gambit_id": "d4db09dc-0a67-4e54-8477-86b49ccd83c7",
            "last_updated": "2022-08-06T10:47:02.497317-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ARI (M Bumgarner)",
            "reward": "1.70000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ee875113-28cc-4ec6-82bd-6526e3c7b4b1/?format=api"
        },
        {
            "id": "aeb34143-1232-48ec-a795-c4682e596d12",
            "gambit_id": "a70a065e-e8c9-4986-ad06-30944dde05cb",
            "last_updated": "2022-08-06T10:47:02.497843-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "COL (G Marquez)",
            "reward": "2.09000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ee875113-28cc-4ec6-82bd-6526e3c7b4b1/?format=api"
        }
    ]
}