GET /api/bet_types/2a136b7b-c602-44cc-aa29-4af7e1f7cb7b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2a136b7b-c602-44cc-aa29-4af7e1f7cb7b",
    "match": "https://api-prod.gambitprofit.com/api/matches/059ec9cd-aaed-486f-936a-17f9fc695d01/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-12T08:57:08.886573-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": "PHI (Z Wheeler)",
                "amount": 6359.0
            },
            {
                "team": "MIA (E Cabrera)",
                "amount": 3641.0
            }
        ],
        "expected_reward_tokens": 9538.5,
        "profit_sb": 38.5,
        "profit_sb_percentage": 0.41,
        "recommended": true
    },
    "lines": [
        {
            "id": "47b0aa51-1ede-4c60-a68a-1a1389597638",
            "gambit_id": "5b104c6a-2508-4276-939e-b45c8de19977",
            "last_updated": "2023-04-13T11:02:15.451579-04:00",
            "created_at": "2023-04-12T08:57:08.888588-04:00",
            "name": "PHI (Z Wheeler)",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a136b7b-c602-44cc-aa29-4af7e1f7cb7b/?format=api"
        },
        {
            "id": "47386002-4b15-4057-a791-34811a3baec8",
            "gambit_id": "3e195697-bc40-42a5-a408-0c2f7054a37a",
            "last_updated": "2023-04-13T11:02:15.452825-04:00",
            "created_at": "2023-04-12T08:57:08.891553-04:00",
            "name": "MIA (E Cabrera)",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a136b7b-c602-44cc-aa29-4af7e1f7cb7b/?format=api"
        }
    ]
}