GET /api/bet_types/d2f45c83-cf31-4300-b2d4-43d21c2fdca2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d2f45c83-cf31-4300-b2d4-43d21c2fdca2",
    "match": "https://api-prod.gambitprofit.com/api/matches/3df1f744-5149-4d6e-98db-1285c07599da/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-13T09:08:20.432199-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": "LAA",
                "amount": 5867.0
            },
            {
                "team": "TEX",
                "amount": 4133.0
            }
        ],
        "expected_reward_tokens": 9504.54,
        "profit_sb": 4.54,
        "profit_sb_percentage": 0.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "a87930ae-9e76-47a6-8028-f436a297d186",
            "gambit_id": "19e99f96-a5d7-4a74-9598-f2af0d654425",
            "last_updated": "2023-06-20T14:03:23.875295-04:00",
            "created_at": "2023-06-13T09:08:20.433543-04:00",
            "name": "LAA",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d2f45c83-cf31-4300-b2d4-43d21c2fdca2/?format=api"
        },
        {
            "id": "c70d6fc3-339c-4fdd-86f9-b3a01bf79aeb",
            "gambit_id": "5912decf-e652-4de8-9311-5600d3186bc2",
            "last_updated": "2023-06-20T14:03:23.877792-04:00",
            "created_at": "2023-06-13T09:08:20.434991-04:00",
            "name": "TEX",
            "reward": "2.30000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d2f45c83-cf31-4300-b2d4-43d21c2fdca2/?format=api"
        }
    ]
}