GET /api/bet_types/629c1605-7101-428d-887a-cee6c06ddea7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "629c1605-7101-428d-887a-cee6c06ddea7",
    "match": "https://api-prod.gambitprofit.com/api/matches/4f96555c-4e7c-472c-bac9-052d17bd1a04/?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": "Detroit Lions",
                "amount": 5000.0
            },
            {
                "team": "Philadelphia Eagles",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "d7ef1925-1913-467a-b044-0e297c87eb10",
            "gambit_id": "de6fca69-ae87-4bc8-8686-8782a2247851",
            "last_updated": "2022-09-12T10:27:01.474881-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Lions",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/629c1605-7101-428d-887a-cee6c06ddea7/?format=api"
        },
        {
            "id": "25a73931-75e9-426a-acd1-67c9be0f1f73",
            "gambit_id": "ed3ca042-244d-4861-abbf-f13fed3daef7",
            "last_updated": "2022-09-12T10:27:01.476151-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia Eagles",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "-6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/629c1605-7101-428d-887a-cee6c06ddea7/?format=api"
        }
    ]
}