GET /api/bet_types/d783d440-dad2-4eb3-8c6a-7ba25aa9e563/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d783d440-dad2-4eb3-8c6a-7ba25aa9e563",
    "match": "https://api-prod.gambitprofit.com/api/matches/ad78dc1f-9f19-4da4-a787-0198bb353981/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-27T08:43:23.296024-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": "BOS",
                "amount": 3900.0
            }
        ],
        "expected_reward_tokens": 9516.0,
        "profit_sb": 16.0,
        "profit_sb_percentage": 0.17,
        "recommended": true
    },
    "lines": [
        {
            "id": "405f6a75-9da6-4730-b15b-a96f9962c3d1",
            "gambit_id": "58babde7-3b5e-4482-b810-7c7e8d0f0203",
            "last_updated": "2023-06-28T21:28:08.507909-04:00",
            "created_at": "2023-06-27T08:43:23.298661-04:00",
            "name": "MIA",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d783d440-dad2-4eb3-8c6a-7ba25aa9e563/?format=api"
        },
        {
            "id": "1a409e10-0376-4cb6-b6bb-7e4878cfd86d",
            "gambit_id": "9fdfa62f-ed99-443b-a432-0e23e8dd1815",
            "last_updated": "2023-06-28T21:28:08.510656-04:00",
            "created_at": "2023-06-27T08:43:23.301445-04:00",
            "name": "BOS",
            "reward": "2.44000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d783d440-dad2-4eb3-8c6a-7ba25aa9e563/?format=api"
        }
    ]
}