GET /api/bet_types/ad676d62-dddb-4217-a366-7a203121411f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ad676d62-dddb-4217-a366-7a203121411f",
    "match": "https://api-prod.gambitprofit.com/api/matches/30757b1e-8788-4142-b0b2-7d0732065ab3/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-30T10:27:10.038345-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": "Orlando Magic",
                "amount": 5000.0
            },
            {
                "team": "Washington Wizards",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "17266285-93b7-47c1-a5a4-85c8ed7ebf33",
            "gambit_id": "d1b0a83e-1301-4a20-bece-e9204ffc6278",
            "last_updated": "2022-12-31T14:16:52.953471-05:00",
            "created_at": "2022-12-30T10:27:10.039479-05:00",
            "name": "Orlando Magic",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad676d62-dddb-4217-a366-7a203121411f/?format=api"
        },
        {
            "id": "652051c6-6304-42b9-b6b4-2f12b62a655b",
            "gambit_id": "6a0db194-2dc2-4263-b6a5-91a75ccc0107",
            "last_updated": "2022-12-31T14:16:52.954616-05:00",
            "created_at": "2022-12-30T10:27:10.040747-05:00",
            "name": "Washington Wizards",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad676d62-dddb-4217-a366-7a203121411f/?format=api"
        }
    ]
}