GET /api/bet_types/2394dfa1-63af-4414-83e3-302d9323d928/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2394dfa1-63af-4414-83e3-302d9323d928",
    "match": "https://api-prod.gambitprofit.com/api/matches/4e7dbb09-e5b1-4e77-b882-e7798d629ed4/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-29T23:47:15.465956-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": "MIA",
                "amount": 6100.0
            },
            {
                "team": "NYM",
                "amount": 3900.0
            }
        ],
        "expected_reward_tokens": 9516.0,
        "profit_sb": 16.0,
        "profit_sb_percentage": 0.17,
        "recommended": true
    },
    "lines": [
        {
            "id": "e1484fb3-ac1f-4586-9896-7a0c218b366b",
            "gambit_id": "82e9c20b-0eb1-4c3f-ad17-e5bbc8453263",
            "last_updated": "2023-03-31T10:46:55.608045-04:00",
            "created_at": "2023-03-29T23:47:15.468533-04:00",
            "name": "MIA",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2394dfa1-63af-4414-83e3-302d9323d928/?format=api"
        },
        {
            "id": "a34021ea-3a10-44d0-9ba2-2d578d9f408a",
            "gambit_id": "168e111f-ed77-456b-8ab9-5c2007c17db1",
            "last_updated": "2023-03-31T10:46:55.610621-04:00",
            "created_at": "2023-03-29T23:47:15.470893-04:00",
            "name": "NYM",
            "reward": "2.44000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2394dfa1-63af-4414-83e3-302d9323d928/?format=api"
        }
    ]
}