GET /api/bet_types/9c88b2d9-0691-4028-b20c-6d8d140df6c0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9c88b2d9-0691-4028-b20c-6d8d140df6c0",
    "match": "https://api-prod.gambitprofit.com/api/matches/42f73f25-3b0e-4420-962f-51f373158ba1/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-21T12:32:08.051777-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": "WAS",
                "amount": 5213.0
            },
            {
                "team": "MIN",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "c540c8d0-aa79-4099-b1e6-99bbef72a08c",
            "gambit_id": "f34c79ef-727c-4a81-bb05-d5c9897af428",
            "last_updated": "2023-04-22T13:07:13.618270-04:00",
            "created_at": "2023-04-21T12:32:08.055041-04:00",
            "name": "WAS",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9c88b2d9-0691-4028-b20c-6d8d140df6c0/?format=api"
        },
        {
            "id": "986ba53d-0b74-4c3e-bd58-bcc1a5abd3c2",
            "gambit_id": "33a079af-8534-40f4-aef3-d0809a8a7f61",
            "last_updated": "2023-04-22T13:07:13.616336-04:00",
            "created_at": "2023-04-21T12:32:08.053317-04:00",
            "name": "MIN",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9c88b2d9-0691-4028-b20c-6d8d140df6c0/?format=api"
        }
    ]
}