GET /api/bet_types/e4c12482-82e3-4bcb-b1d5-7d82521da539/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e4c12482-82e3-4bcb-b1d5-7d82521da539",
    "match": "https://api-prod.gambitprofit.com/api/matches/47d941d5-f122-4d9d-9609-5b4de782856f/?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": "MIA",
                "amount": 5668.0
            },
            {
                "team": "ATL",
                "amount": 4332.0
            }
        ],
        "expected_reward_tokens": 9182.16,
        "profit_sb": 182.16,
        "profit_sb_percentage": 2.02,
        "recommended": true
    },
    "lines": [
        {
            "id": "d4d9f2b5-25e2-4eed-ab55-63f2ee0715b4",
            "gambit_id": "8624f763-dce1-4c18-b665-83d8d0f137fb",
            "last_updated": "2022-12-24T17:12:08.316677-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIA",
            "reward": "1.62000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4c12482-82e3-4bcb-b1d5-7d82521da539/?format=api"
        },
        {
            "id": "f77c60f5-c939-4a02-95ad-009d3c734d59",
            "gambit_id": "d363b07c-3310-42d2-9ec5-01e34e6d263f",
            "last_updated": "2022-12-24T17:12:08.315545-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ATL",
            "reward": "2.12000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4c12482-82e3-4bcb-b1d5-7d82521da539/?format=api"
        }
    ]
}