GET /api/bet_types/fda8d369-5f10-4918-9425-21001b218726/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fda8d369-5f10-4918-9425-21001b218726",
    "match": "https://api-prod.gambitprofit.com/api/matches/6cfcc8df-74eb-445f-bd4d-4044a42f6ac5/?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": "LAA",
                "amount": 5676.0
            },
            {
                "team": "MIN",
                "amount": 4324.0
            }
        ],
        "expected_reward_tokens": 9251.88,
        "profit_sb": 251.88,
        "profit_sb_percentage": 2.8,
        "recommended": true
    },
    "lines": [
        {
            "id": "f411f4e6-52e4-40b7-94e6-adfd1f010697",
            "gambit_id": "f6c1b9a2-1d33-4c23-b9d6-e7f8d7a54c11",
            "last_updated": "2022-08-13T10:47:07.455690-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LAA",
            "reward": "1.63000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fda8d369-5f10-4918-9425-21001b218726/?format=api"
        },
        {
            "id": "896537ff-314b-4286-8b3e-3feffc4cbebe",
            "gambit_id": "abbdaf40-0027-4832-98b4-eafafb155066",
            "last_updated": "2022-08-13T10:47:07.456146-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIN",
            "reward": "2.14000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fda8d369-5f10-4918-9425-21001b218726/?format=api"
        }
    ]
}