GET /api/bet_types/6bd7b069-6aa3-4d97-90f6-52fb5a8bf88b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6bd7b069-6aa3-4d97-90f6-52fb5a8bf88b",
    "match": "https://api-prod.gambitprofit.com/api/matches/d9d9642e-1bfb-41a1-a096-fb1e2687f076/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-23T09:28:12.103497-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": "TEX",
                "amount": 6547.0
            },
            {
                "team": "NYY",
                "amount": 3453.0
            }
        ],
        "expected_reward_tokens": 9426.69,
        "profit_sb": -73.31,
        "profit_sb_percentage": -0.77,
        "recommended": false
    },
    "lines": [
        {
            "id": "676bf841-50ca-480a-9485-508dadf3786b",
            "gambit_id": "fd2a443e-e858-4516-a089-12f34f5d196e",
            "last_updated": "2023-06-26T10:23:06.913527-04:00",
            "created_at": "2023-06-23T09:28:12.105344-04:00",
            "name": "TEX",
            "reward": "1.44000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6bd7b069-6aa3-4d97-90f6-52fb5a8bf88b/?format=api"
        },
        {
            "id": "c7f7bbc8-2a95-446a-bfb9-8edbaff56a25",
            "gambit_id": "e5da3bb0-db7b-425c-93c1-e812ff786017",
            "last_updated": "2023-06-26T10:23:06.916764-04:00",
            "created_at": "2023-06-23T09:28:12.107185-04:00",
            "name": "NYY",
            "reward": "2.73000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6bd7b069-6aa3-4d97-90f6-52fb5a8bf88b/?format=api"
        }
    ]
}