GET /api/bet_types/c9c80c29-5efa-4b93-a6bd-6a6744892043/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c9c80c29-5efa-4b93-a6bd-6a6744892043",
    "match": "https://api-prod.gambitprofit.com/api/matches/f7a87d2d-6576-4ea5-9a7d-116b3eb07f6e/?format=api",
    "name": "Play the Odds",
    "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": "SFO",
                "amount": 6288.0
            },
            {
                "team": "MIN",
                "amount": 3712.0
            }
        ],
        "expected_reward_tokens": 9242.88,
        "profit_sb": 242.88,
        "profit_sb_percentage": 2.7,
        "recommended": true
    },
    "lines": [
        {
            "id": "82e21256-fdeb-4b93-973d-ab12b714e43f",
            "gambit_id": "bbe5d6e7-798f-4baa-a5f7-1ba177270045",
            "last_updated": "2022-08-27T12:26:53.883379-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SFO",
            "reward": "1.47000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9c80c29-5efa-4b93-a6bd-6a6744892043/?format=api"
        },
        {
            "id": "c1333704-7834-4f2f-8489-e37fb50a94fd",
            "gambit_id": "575f0d4b-69ba-45f6-8112-076469db72ae",
            "last_updated": "2022-08-27T12:26:53.882897-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIN",
            "reward": "2.49000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9c80c29-5efa-4b93-a6bd-6a6744892043/?format=api"
        }
    ]
}