GET /api/bet_types/a62d71dc-789e-48e6-be0a-ed3528de4897/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a62d71dc-789e-48e6-be0a-ed3528de4897",
    "match": "https://api-prod.gambitprofit.com/api/matches/4c0c71ab-0f61-4348-9af6-2d6924d2013a/?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": "NYM",
                "amount": 5208.0
            },
            {
                "team": "PIT",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "7a526efe-9055-4f7b-ac58-12212ad16611",
            "gambit_id": "313b7da5-032f-40dd-ad6c-3b477f649d5b",
            "last_updated": "2022-09-17T17:17:25.602946-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYM",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a62d71dc-789e-48e6-be0a-ed3528de4897/?format=api"
        },
        {
            "id": "b552454a-b3be-4aeb-8fe2-facb9cb92549",
            "gambit_id": "46c8f156-4260-4b8e-8348-d5d8b17c04ba",
            "last_updated": "2022-09-17T17:17:25.604141-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PIT",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a62d71dc-789e-48e6-be0a-ed3528de4897/?format=api"
        }
    ]
}