GET /api/bet_types/5191fccd-57bc-4604-947e-60d4eb73794b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5191fccd-57bc-4604-947e-60d4eb73794b",
    "match": "https://api-prod.gambitprofit.com/api/matches/713e8f86-8f94-4542-99b1-f30ed0f016f7/?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": "SEA",
                "amount": 6359.0
            },
            {
                "team": "TEX",
                "amount": 3641.0
            }
        ],
        "expected_reward_tokens": 9284.14,
        "profit_sb": 284.14,
        "profit_sb_percentage": 3.16,
        "recommended": true
    },
    "lines": [
        {
            "id": "c5f983f6-5b5a-4596-b148-bbef37d40f3f",
            "gambit_id": "6572b5b6-5316-400c-822f-d3ea8c034c89",
            "last_updated": "2022-08-14T13:41:55.276513-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SEA",
            "reward": "1.46000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5191fccd-57bc-4604-947e-60d4eb73794b/?format=api"
        },
        {
            "id": "bd3cbd84-5f58-4484-9dd5-ef8fcccabfb9",
            "gambit_id": "4858755e-c09f-4784-882d-74eaedb33d66",
            "last_updated": "2022-08-14T13:41:55.276123-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TEX",
            "reward": "2.55000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5191fccd-57bc-4604-947e-60d4eb73794b/?format=api"
        }
    ]
}