GET /api/bet_types/e3a035b5-04a2-486d-b669-199b5250330b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e3a035b5-04a2-486d-b669-199b5250330b",
    "match": "https://api-prod.gambitprofit.com/api/matches/0cb6c628-95fe-4d9a-a3dc-905d6a27b3d8/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-01T01:03:09.676261-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": "WAS",
                "amount": 5213.0
            },
            {
                "team": "MIA",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "d9740125-0e43-4cea-af76-b96da626d779",
            "gambit_id": "bab086c1-0f43-44b1-baa2-9dc84f125f84",
            "last_updated": "2023-09-02T17:23:06.081287-04:00",
            "created_at": "2023-09-01T01:03:09.688335-04:00",
            "name": "WAS",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e3a035b5-04a2-486d-b669-199b5250330b/?format=api"
        },
        {
            "id": "9ffd5dc8-9c10-478d-a478-42fabbc3b8a6",
            "gambit_id": "abdab856-ecf7-48ce-809f-1e7fcab34cf7",
            "last_updated": "2023-09-02T17:23:06.077979-04:00",
            "created_at": "2023-09-01T01:03:09.683680-04:00",
            "name": "MIA",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e3a035b5-04a2-486d-b669-199b5250330b/?format=api"
        }
    ]
}