GET /api/bet_types/b1785efb-e4a0-4155-ad0c-f892dfbdf3c6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b1785efb-e4a0-4155-ad0c-f892dfbdf3c6",
    "match": "https://api-prod.gambitprofit.com/api/matches/2fc9ebb2-3bad-489d-a803-0c94c8c5bb77/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-22T08:43:04.496322-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": "Minnesota Timberwolves",
                "amount": 5000.0
            },
            {
                "team": "Charlotte Hornets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "ea36a941-444a-4220-b17f-d3ff029f5ae2",
            "gambit_id": "ba75b250-dfdc-4b7d-af15-3d8a62464bf2",
            "last_updated": "2024-01-23T20:03:13.418050-05:00",
            "created_at": "2024-01-22T08:43:04.510127-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-14.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b1785efb-e4a0-4155-ad0c-f892dfbdf3c6/?format=api"
        },
        {
            "id": "e9a1569c-de0c-4143-81a7-293cfef7f1b1",
            "gambit_id": "1599762a-e626-464a-95fa-b952feb45f00",
            "last_updated": "2024-01-23T20:03:13.421331-05:00",
            "created_at": "2024-01-22T08:43:04.502248-05:00",
            "name": "Charlotte Hornets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "14.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b1785efb-e4a0-4155-ad0c-f892dfbdf3c6/?format=api"
        }
    ]
}