GET /api/bet_types/2dd04073-fc35-4e3d-90ff-3ad386571598/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2dd04073-fc35-4e3d-90ff-3ad386571598",
    "match": "https://api-prod.gambitprofit.com/api/matches/1008b9da-b37d-4cdf-9ff3-f5c042c03733/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-22T08:23:12.379360-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",
                "amount": 5614.0
            },
            {
                "team": "SDG",
                "amount": 4386.0
            }
        ],
        "expected_reward_tokens": 9429.9,
        "profit_sb": -70.1,
        "profit_sb_percentage": -0.74,
        "recommended": false
    },
    "lines": [
        {
            "id": "34b223b0-c7a8-4730-8885-f225ad9a0e82",
            "gambit_id": "936bc167-0f15-4884-9951-ca2f3d04511d",
            "last_updated": "2023-08-23T10:03:11.303991-04:00",
            "created_at": "2023-08-22T08:23:12.385094-04:00",
            "name": "MIA",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2dd04073-fc35-4e3d-90ff-3ad386571598/?format=api"
        },
        {
            "id": "7a3cf2fd-d22a-4d52-a60b-7348f5c1a50a",
            "gambit_id": "6bb6e12c-ae00-43a4-bff5-7ac5d4c58482",
            "last_updated": "2023-08-23T10:03:11.307455-04:00",
            "created_at": "2023-08-22T08:23:12.393733-04:00",
            "name": "SDG",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2dd04073-fc35-4e3d-90ff-3ad386571598/?format=api"
        }
    ]
}