GET /api/bet_types/6b6b26a2-0f88-4eca-adc2-b9c34edc5e62/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6b6b26a2-0f88-4eca-adc2-b9c34edc5e62",
    "match": "https://api-prod.gambitprofit.com/api/matches/7bb4a34a-dee2-4a5a-bb66-92bc5ca9ce05/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-16T08:22:59.795119-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": "SDG",
                "amount": 6241.0
            },
            {
                "team": "TAM",
                "amount": 3759.0
            }
        ],
        "expected_reward_tokens": 9547.86,
        "profit_sb": 47.86,
        "profit_sb_percentage": 0.5,
        "recommended": true
    },
    "lines": [
        {
            "id": "521c1ec2-ca20-4869-83f4-fb34c8888555",
            "gambit_id": "de163b9d-b0c8-485c-bbbc-b552fdd1b2df",
            "last_updated": "2023-06-17T14:52:58.280935-04:00",
            "created_at": "2023-06-16T08:22:59.799591-04:00",
            "name": "SDG",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6b6b26a2-0f88-4eca-adc2-b9c34edc5e62/?format=api"
        },
        {
            "id": "c131bdbb-d103-441d-b744-8c4274f4dc35",
            "gambit_id": "2dd56296-c638-400a-b2df-beb7a61b59ba",
            "last_updated": "2023-06-17T14:52:58.279203-04:00",
            "created_at": "2023-06-16T08:22:59.797391-04:00",
            "name": "TAM",
            "reward": "2.54000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6b6b26a2-0f88-4eca-adc2-b9c34edc5e62/?format=api"
        }
    ]
}