GET /api/bet_types/7c631a90-17a7-4af3-b4f5-485271fff469/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7c631a90-17a7-4af3-b4f5-485271fff469",
    "match": "https://api-prod.gambitprofit.com/api/matches/2090e25b-9645-44f5-aa48-774f70cb0a4b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-06T08:43:16.737746-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": "MIA (E Perez)",
                "amount": 5478.0
            },
            {
                "team": "STL (J Flaherty)",
                "amount": 4522.0
            }
        ],
        "expected_reward_tokens": 9586.5,
        "profit_sb": 86.5,
        "profit_sb_percentage": 0.91,
        "recommended": true
    },
    "lines": [
        {
            "id": "a2b1e99b-470b-45a8-bbb3-fc2c72c19f01",
            "gambit_id": "8fd27dab-c930-4eff-82c2-253332b0041c",
            "last_updated": "2023-07-08T09:38:30.495289-04:00",
            "created_at": "2023-07-06T08:43:16.741560-04:00",
            "name": "MIA (E Perez)",
            "reward": "1.75000",
            "odds": "1.78740",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c631a90-17a7-4af3-b4f5-485271fff469/?format=api"
        },
        {
            "id": "31869f34-e7ca-4120-b683-dea83f1839fc",
            "gambit_id": "b807a0a0-d2d3-479d-abcd-7fcce2caca64",
            "last_updated": "2023-07-08T09:38:30.491904-04:00",
            "created_at": "2023-07-06T08:43:16.739468-04:00",
            "name": "STL (J Flaherty)",
            "reward": "2.12000",
            "odds": "2.17000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c631a90-17a7-4af3-b4f5-485271fff469/?format=api"
        }
    ]
}