GET /api/bet_types/807b26bc-d709-405f-a072-6543e7a28c51/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "807b26bc-d709-405f-a072-6543e7a28c51",
    "match": "https://api-prod.gambitprofit.com/api/matches/8e2b2418-52c5-4a07-97d5-bfeca0fc9756/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-08T08:38:22.792059-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": "CIN",
                "amount": 6154.0
            },
            {
                "team": "MIL",
                "amount": 3846.0
            }
        ],
        "expected_reward_tokens": 9538.08,
        "profit_sb": 38.08,
        "profit_sb_percentage": 0.4,
        "recommended": true
    },
    "lines": [
        {
            "id": "f890f9c6-07cb-4afd-985c-e1639accf604",
            "gambit_id": "1a742199-657a-4470-a9aa-32453baa6687",
            "last_updated": "2023-07-10T10:08:10.416424-04:00",
            "created_at": "2023-07-08T08:38:22.794347-04:00",
            "name": "CIN",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/807b26bc-d709-405f-a072-6543e7a28c51/?format=api"
        },
        {
            "id": "d8e17df3-0aa8-45b2-8219-88cb01082613",
            "gambit_id": "d91eecec-526b-4fa5-95e4-4c6657ca4b2b",
            "last_updated": "2023-07-10T10:08:10.418519-04:00",
            "created_at": "2023-07-08T08:38:22.796429-04:00",
            "name": "MIL",
            "reward": "2.48000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/807b26bc-d709-405f-a072-6543e7a28c51/?format=api"
        }
    ]
}