GET /api/bet_types/13b186d3-f538-449a-9e35-b1ec94c54561/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "13b186d3-f538-449a-9e35-b1ec94c54561",
    "match": "https://api-prod.gambitprofit.com/api/matches/9c76ad10-f5f1-46bf-baae-49404c0e4130/?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": "Cleveland Cavaliers",
                "amount": 6025.0
            },
            {
                "team": "New York Knicks",
                "amount": 3975.0
            }
        ],
        "expected_reward_tokens": 9579.75,
        "profit_sb": 79.75,
        "profit_sb_percentage": 0.84,
        "recommended": true
    },
    "lines": [
        {
            "id": "00adddde-def8-4f81-b67d-9c4610db0705",
            "gambit_id": "63e5dc7d-8049-4831-b24b-277eca9513b3",
            "last_updated": "2022-10-31T12:02:14.076131-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.59000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/13b186d3-f538-449a-9e35-b1ec94c54561/?format=api"
        },
        {
            "id": "a8f57515-bedf-4d55-91dd-ddf27cb79533",
            "gambit_id": "5647c2ff-2d14-4b83-8d36-a7fae4847567",
            "last_updated": "2022-10-31T12:02:14.077258-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Knicks",
            "reward": "2.41000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/13b186d3-f538-449a-9e35-b1ec94c54561/?format=api"
        }
    ]
}