GET /api/bet_types/daa8ae18-47ae-4814-bc6a-7bd474808ec1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "daa8ae18-47ae-4814-bc6a-7bd474808ec1",
    "match": "https://api-prod.gambitprofit.com/api/matches/7563d5b2-5da7-4b9c-9583-3b98d06e3a08/?format=api",
    "name": "Pick the Winner",
    "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": "Carolina Panthers",
                "amount": 5208.0
            },
            {
                "team": "New York Giants",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "2c34248b-8a33-48c7-b306-54eba39db62b",
            "gambit_id": "e98c1b6b-eb33-416f-af4b-b7b7da2d59f8",
            "last_updated": "2022-09-19T10:57:13.400610-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Carolina Panthers",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/daa8ae18-47ae-4814-bc6a-7bd474808ec1/?format=api"
        },
        {
            "id": "e4d0af6c-edd1-4483-8745-8549793969cf",
            "gambit_id": "87a98747-6fd5-4d1e-8837-0761ba11502f",
            "last_updated": "2022-09-19T10:57:13.399639-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Giants",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/daa8ae18-47ae-4814-bc6a-7bd474808ec1/?format=api"
        }
    ]
}