GET /api/bet_types/3658900e-b34c-4f7b-b36e-bb5ce37fe2e6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3658900e-b34c-4f7b-b36e-bb5ce37fe2e6",
    "match": "https://api-prod.gambitprofit.com/api/matches/221881d7-2e4f-499d-a1c5-afb5cbd69eb3/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-06T11:51:55.718411-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": "NYY",
                "amount": 5699.0
            },
            {
                "team": "TAM",
                "amount": 4301.0
            }
        ],
        "expected_reward_tokens": 9460.34,
        "profit_sb": -39.66,
        "profit_sb_percentage": -0.42,
        "recommended": false
    },
    "lines": [
        {
            "id": "354c00e3-a61b-491e-8f18-2c4a2c688bf2",
            "gambit_id": "b3051e6f-9df6-4d3d-a47b-e5fa48af13d3",
            "last_updated": "2023-05-07T11:57:17.414154-04:00",
            "created_at": "2023-05-06T11:51:55.722083-04:00",
            "name": "NYY",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3658900e-b34c-4f7b-b36e-bb5ce37fe2e6/?format=api"
        },
        {
            "id": "6358dd81-139f-4ca5-a7fd-efba8ca94869",
            "gambit_id": "4b533ccc-5fff-4d56-b08a-495b9b8e1556",
            "last_updated": "2023-05-07T11:57:17.412570-04:00",
            "created_at": "2023-05-06T11:51:55.720194-04:00",
            "name": "TAM",
            "reward": "2.20000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3658900e-b34c-4f7b-b36e-bb5ce37fe2e6/?format=api"
        }
    ]
}