GET /api/bet_types/702edcd8-22cb-4ad0-95a1-b74ecf2bcfc1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "702edcd8-22cb-4ad0-95a1-b74ecf2bcfc1",
    "match": "https://api-prod.gambitprofit.com/api/matches/5e6503c7-2e06-44c4-a1a6-52808927da7e/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Boston Celtics",
                "amount": 5000.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "f912189b-92d2-4126-ac0b-0377b91e6ac1",
            "gambit_id": "d44a4e94-06e6-40ca-becc-6ca296719b96",
            "last_updated": "2022-11-14T11:28:17.923892-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boston Celtics",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/702edcd8-22cb-4ad0-95a1-b74ecf2bcfc1/?format=api"
        },
        {
            "id": "9e3baf25-1b17-478f-a7c7-1d5ae4c19421",
            "gambit_id": "d1e53d51-1ede-45ed-a266-fc1a4bb39caf",
            "last_updated": "2022-11-14T11:28:17.922767-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Pistons",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/702edcd8-22cb-4ad0-95a1-b74ecf2bcfc1/?format=api"
        }
    ]
}