GET /api/bet_types/c800ca61-5d10-4031-a153-25bd45fb2655/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c800ca61-5d10-4031-a153-25bd45fb2655",
    "match": "https://api-prod.gambitprofit.com/api/matches/6675c8a5-dc21-425a-b02d-cea6c03c1db2/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-23T16:11:49.672922-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": "Atlanta Hawks",
                "amount": 5000.0
            },
            {
                "team": "Boston Celtics",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "29692005-b2f3-449e-a963-9251d3aab3ef",
            "gambit_id": "ac282fee-d7f5-4f88-b7ba-5a1b2de707ad",
            "last_updated": "2023-04-24T13:02:15.197829-04:00",
            "created_at": "2023-04-23T16:11:49.675270-04:00",
            "name": "Atlanta Hawks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c800ca61-5d10-4031-a153-25bd45fb2655/?format=api"
        },
        {
            "id": "2d3b47ce-7801-402e-b0d9-b295b03904a9",
            "gambit_id": "8500bfb4-d087-45af-bf1a-1a443847f0ca",
            "last_updated": "2023-04-24T13:02:15.200158-04:00",
            "created_at": "2023-04-23T16:11:49.677922-04:00",
            "name": "Boston Celtics",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c800ca61-5d10-4031-a153-25bd45fb2655/?format=api"
        }
    ]
}