GET /api/bet_types/0a48d37d-a464-4ebf-83f0-c36aab633a18/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0a48d37d-a464-4ebf-83f0-c36aab633a18",
    "match": "https://api-prod.gambitprofit.com/api/matches/513960b1-9014-4302-81f6-f962a2ed270e/?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": "BOS",
                "amount": 5205.0
            },
            {
                "team": "TOR",
                "amount": 4795.0
            }
        ],
        "expected_reward_tokens": 9108.75,
        "profit_sb": 108.75,
        "profit_sb_percentage": 1.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "cb18e435-7ffd-4bcf-bb1a-003561b7dfba",
            "gambit_id": "ea212025-3a21-411f-8435-8900f0e99457",
            "last_updated": "2022-08-25T10:17:10.372118-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BOS",
            "reward": "1.75000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0a48d37d-a464-4ebf-83f0-c36aab633a18/?format=api"
        },
        {
            "id": "03b0d799-5330-4210-9fad-ad13221c2b7d",
            "gambit_id": "cb6b84ec-60c8-4ad7-a7c5-f8af132860ae",
            "last_updated": "2022-08-25T10:17:10.372550-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TOR",
            "reward": "1.90000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0a48d37d-a464-4ebf-83f0-c36aab633a18/?format=api"
        }
    ]
}