GET /api/bet_types/bcbb3996-0ca7-4f0a-bea5-734df91db9c0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bcbb3996-0ca7-4f0a-bea5-734df91db9c0",
    "match": "https://api-prod.gambitprofit.com/api/matches/dfabd80d-6aed-4805-9164-e1c4e1a8ae84/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-03T08:28:19.668811-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": "MIL (A Houser)",
                "amount": 5440.0
            },
            {
                "team": "PIT (M Keller)",
                "amount": 4560.0
            }
        ],
        "expected_reward_tokens": 9574.4,
        "profit_sb": 74.4,
        "profit_sb_percentage": 0.78,
        "recommended": true
    },
    "lines": [
        {
            "id": "a85faf85-387c-46de-a915-ca54c040180f",
            "gambit_id": "70df0c65-d494-4684-87bd-e77f7e485b37",
            "last_updated": "2023-08-04T11:43:11.257339-04:00",
            "created_at": "2023-08-03T08:28:19.683115-04:00",
            "name": "MIL (A Houser)",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bcbb3996-0ca7-4f0a-bea5-734df91db9c0/?format=api"
        },
        {
            "id": "7accad4b-9ae2-4fe5-8680-dcde1b2c2916",
            "gambit_id": "0744bf62-fa7a-402b-92a1-c14f3ef8e093",
            "last_updated": "2023-08-04T11:43:11.253533-04:00",
            "created_at": "2023-08-03T08:28:19.675457-04:00",
            "name": "PIT (M Keller)",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bcbb3996-0ca7-4f0a-bea5-734df91db9c0/?format=api"
        }
    ]
}