GET /api/bet_types/b682e031-c7af-4f9a-85b1-17740acbdc5e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b682e031-c7af-4f9a-85b1-17740acbdc5e",
    "match": "https://api-prod.gambitprofit.com/api/matches/368529aa-2fdd-420d-a702-3edbd798aaba/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-27T09:18:12.118739-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": "Houston Rockets",
                "amount": 5000.0
            },
            {
                "team": "Brooklyn Nets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "0c4174ef-b6a2-44f4-87b2-6756ff844da1",
            "gambit_id": "b3b704b6-4684-4726-a9dc-a89421a1d573",
            "last_updated": "2024-01-29T22:08:14.525209-05:00",
            "created_at": "2024-01-27T09:18:12.123770-05:00",
            "name": "Houston Rockets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b682e031-c7af-4f9a-85b1-17740acbdc5e/?format=api"
        },
        {
            "id": "2135e3e6-2dd7-4526-9c2f-28ba8283930c",
            "gambit_id": "b2e74daa-e9b3-430f-920b-809f32a1d29e",
            "last_updated": "2024-01-29T22:08:14.528888-05:00",
            "created_at": "2024-01-27T09:18:12.128817-05:00",
            "name": "Brooklyn Nets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b682e031-c7af-4f9a-85b1-17740acbdc5e/?format=api"
        }
    ]
}