GET /api/bet_types/41c2567f-196c-4cb2-96b4-5379fff221cb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "41c2567f-196c-4cb2-96b4-5379fff221cb",
    "match": "https://api-prod.gambitprofit.com/api/matches/6b31d49e-3399-43b7-a3f4-c063dcab8a8d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-29T10:38:00.569685-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": "Montreal Canadiens",
                "amount": 6547.0
            },
            {
                "team": "Columbus Blue Jackets",
                "amount": 3453.0
            }
        ],
        "expected_reward_tokens": 9426.69,
        "profit_sb": -73.31,
        "profit_sb_percentage": -0.77,
        "recommended": false
    },
    "lines": [
        {
            "id": "58ece522-430b-41fa-903e-85347ccbc487",
            "gambit_id": "12d50160-dc85-4d52-8013-1ef3324fc0c0",
            "last_updated": "2023-11-30T11:28:14.754702-05:00",
            "created_at": "2023-11-29T10:38:00.573383-05:00",
            "name": "Montreal Canadiens",
            "reward": "1.44000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/41c2567f-196c-4cb2-96b4-5379fff221cb/?format=api"
        },
        {
            "id": "94f3547a-a66a-4cb4-ac7d-169de48d35b0",
            "gambit_id": "366cb56b-7aa1-44a7-a6ee-85bae0edb785",
            "last_updated": "2023-11-30T11:28:14.758133-05:00",
            "created_at": "2023-11-29T10:38:00.578606-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "2.73000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/41c2567f-196c-4cb2-96b4-5379fff221cb/?format=api"
        }
    ]
}