GET /api/bet_types/eb139ce2-cf29-4234-84c5-fad9af08287b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "eb139ce2-cf29-4234-84c5-fad9af08287b",
    "match": "https://api-prod.gambitprofit.com/api/matches/aa1608f8-4f20-42d7-96fc-2cfdf209c0d1/?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": "Minnesota Timberwolves",
                "amount": 5000.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "9434f048-f8b7-49ad-b6ed-6ff1e5ff1400",
            "gambit_id": "e2dd1615-4c5d-47e4-b71c-39bc7f384b5e",
            "last_updated": "2022-12-13T09:57:32.626890-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb139ce2-cf29-4234-84c5-fad9af08287b/?format=api"
        },
        {
            "id": "3e2d35e5-4b53-4105-ae80-ce9090e5bc8f",
            "gambit_id": "ef35c5ee-3577-4b1a-8504-a70081c8d4f9",
            "last_updated": "2022-12-13T09:57:32.625800-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Portland Trail Blazers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb139ce2-cf29-4234-84c5-fad9af08287b/?format=api"
        }
    ]
}