GET /api/bet_types/b9225766-1c03-44f7-9e3b-96f242703724/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b9225766-1c03-44f7-9e3b-96f242703724",
    "match": "https://api-prod.gambitprofit.com/api/matches/1b2f3f53-a633-4896-a9e3-824dc6928864/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-20T08:33:20.681319-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": "COL",
                "amount": 5421.0
            },
            {
                "team": "CIN",
                "amount": 4579.0
            }
        ],
        "expected_reward_tokens": 9432.54,
        "profit_sb": -67.46,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "51af668c-a9f1-4602-90ce-4b730c0f4e02",
            "gambit_id": "f6ec9c44-3465-4fbc-9d67-0dfab34fcb97",
            "last_updated": "2023-06-27T19:08:27.325387-04:00",
            "created_at": "2023-06-20T08:33:20.683476-04:00",
            "name": "COL",
            "reward": "1.74000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b9225766-1c03-44f7-9e3b-96f242703724/?format=api"
        },
        {
            "id": "9741b7bb-d2a7-407d-bcd2-e8c9229e749a",
            "gambit_id": "12bffa89-6bfc-4a2e-b091-78acbe780af2",
            "last_updated": "2023-06-27T19:08:27.328422-04:00",
            "created_at": "2023-06-20T08:33:20.688499-04:00",
            "name": "CIN",
            "reward": "2.06000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b9225766-1c03-44f7-9e3b-96f242703724/?format=api"
        }
    ]
}