GET /api/bet_types/fa819a49-9e13-48a4-a861-7d1859675dbd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fa819a49-9e13-48a4-a861-7d1859675dbd",
    "match": "https://api-prod.gambitprofit.com/api/matches/be63fab6-7751-4b02-9f29-1bd89d6aceba/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-21T22:06:56.023435-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": "DC Defenders",
                "amount": 5107.0
            },
            {
                "team": "San Antonio Brahmas",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "a320f7fb-4158-4096-8720-292a45dd9d95",
            "gambit_id": "da90f058-baca-4816-8985-3a800be7697f",
            "last_updated": "2023-04-24T18:52:07.911686-04:00",
            "created_at": "2023-04-21T22:06:56.027371-04:00",
            "name": "DC Defenders",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fa819a49-9e13-48a4-a861-7d1859675dbd/?format=api"
        },
        {
            "id": "e6e62bc1-34be-4732-8745-81064d38ba46",
            "gambit_id": "c85a7364-34a7-4267-bd68-d7db3cd51e4f",
            "last_updated": "2023-04-24T18:52:07.909594-04:00",
            "created_at": "2023-04-21T22:06:56.025339-04:00",
            "name": "San Antonio Brahmas",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fa819a49-9e13-48a4-a861-7d1859675dbd/?format=api"
        }
    ]
}