GET /api/bet_types/0dc58a06-edaa-41d5-a4f5-6bdf291b2191/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0dc58a06-edaa-41d5-a4f5-6bdf291b2191",
    "match": "https://api-prod.gambitprofit.com/api/matches/7d19e3c4-01d4-4d97-9f1f-6cf6df06c8c7/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-04T09:42:58.459338-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": "Jacksonville Jaguars",
                "amount": 6232.0
            },
            {
                "team": "Tennessee Titans",
                "amount": 3768.0
            }
        ],
        "expected_reward_tokens": 9533.04,
        "profit_sb": 33.04,
        "profit_sb_percentage": 0.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "9bce6b9a-103e-4735-8546-0bf3aa688a31",
            "gambit_id": "53017dc5-e72d-46b7-946b-d341a42fb021",
            "last_updated": "2024-01-09T10:33:29.266982-05:00",
            "created_at": "2024-01-04T09:42:58.465871-05:00",
            "name": "Jacksonville Jaguars",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0dc58a06-edaa-41d5-a4f5-6bdf291b2191/?format=api"
        },
        {
            "id": "c2db4404-acfc-449c-8af4-934b11e396da",
            "gambit_id": "e94eac47-2c4a-4bf7-8cc6-d799d84eb44b",
            "last_updated": "2024-01-09T10:33:29.283444-05:00",
            "created_at": "2024-01-04T09:42:58.470236-05:00",
            "name": "Tennessee Titans",
            "reward": "2.53000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0dc58a06-edaa-41d5-a4f5-6bdf291b2191/?format=api"
        }
    ]
}