GET /api/bet_types/bb44bc06-4183-4ac0-9ff0-5c03c98c2019/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bb44bc06-4183-4ac0-9ff0-5c03c98c2019",
    "match": "https://api-prod.gambitprofit.com/api/matches/fcc9d7fc-a27d-49e9-9c88-c6777dedb1eb/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-17T09:27:13.774773-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": "Los Angeles Clippers",
                "amount": 5000.0
            },
            {
                "team": "Philadelphia 76ers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "ed56160f-1014-44c0-94af-5e206963ac97",
            "gambit_id": "72f7a512-64d2-4914-898a-936f939a7258",
            "last_updated": "2023-01-18T09:26:57.135207-05:00",
            "created_at": "2023-01-17T09:27:13.775920-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb44bc06-4183-4ac0-9ff0-5c03c98c2019/?format=api"
        },
        {
            "id": "dde0c7f6-95cc-4e70-bd4c-fffe235f5ed2",
            "gambit_id": "1da2c501-4ab3-42d7-9b13-fce513f264cb",
            "last_updated": "2023-01-18T09:26:57.136332-05:00",
            "created_at": "2023-01-17T09:27:13.777172-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb44bc06-4183-4ac0-9ff0-5c03c98c2019/?format=api"
        }
    ]
}