GET /api/bet_types/10b7b0dd-a29e-43cc-ac8e-71b6b183642e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "10b7b0dd-a29e-43cc-ac8e-71b6b183642e",
    "match": "https://api-prod.gambitprofit.com/api/matches/6ab788d1-b528-4444-bf2d-672b0a67c5e9/?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": "TEX",
                "amount": 5749.0
            },
            {
                "team": "LAA",
                "amount": 4251.0
            }
        ],
        "expected_reward_tokens": 9139.65,
        "profit_sb": 139.65,
        "profit_sb_percentage": 1.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "66450fc6-ec8b-48aa-9d88-55fc7be4e43b",
            "gambit_id": "f722e27f-f986-4d9d-93d1-eaab2a52eab6",
            "last_updated": "2022-09-21T16:22:00.495118-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TEX",
            "reward": "1.59000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/10b7b0dd-a29e-43cc-ac8e-71b6b183642e/?format=api"
        },
        {
            "id": "89936d1a-ddb9-4a57-998c-ba9071425d48",
            "gambit_id": "a26924dd-06a3-4526-a901-1d76b3ba6ca8",
            "last_updated": "2022-09-21T16:22:00.496103-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LAA",
            "reward": "2.15000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/10b7b0dd-a29e-43cc-ac8e-71b6b183642e/?format=api"
        }
    ]
}