GET /api/bet_types/1191dc99-39b5-4cab-a486-9dcdac938cf3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1191dc99-39b5-4cab-a486-9dcdac938cf3",
    "match": "https://api-prod.gambitprofit.com/api/matches/04425a2b-5ff3-4f75-9301-8cc592c69025/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-29T08:38:25.599106-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": "TAM",
                "amount": 6308.0
            },
            {
                "team": "ARI",
                "amount": 3692.0
            }
        ],
        "expected_reward_tokens": 9525.08,
        "profit_sb": 25.08,
        "profit_sb_percentage": 0.26,
        "recommended": true
    },
    "lines": [
        {
            "id": "1b54ae48-bcf5-4f55-87a8-e86ac9e11e7c",
            "gambit_id": "546bc063-1e71-4c45-89f9-922ed930a52f",
            "last_updated": "2023-06-30T10:43:12.075938-04:00",
            "created_at": "2023-06-29T08:38:25.603407-04:00",
            "name": "TAM",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1191dc99-39b5-4cab-a486-9dcdac938cf3/?format=api"
        },
        {
            "id": "25fd34d1-c5c4-4f2c-b86e-afafd575aa12",
            "gambit_id": "51910a91-4190-4a0f-88f5-bbd043577a48",
            "last_updated": "2023-06-30T10:43:12.074355-04:00",
            "created_at": "2023-06-29T08:38:25.606823-04:00",
            "name": "ARI",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1191dc99-39b5-4cab-a486-9dcdac938cf3/?format=api"
        }
    ]
}